diff options
| author | Xe Iaso <me@christine.website> | 2022-07-04 16:35:14 +0000 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-07-04 16:35:14 +0000 |
| commit | 7f6de2cb092cdd0675ae393a0a737a2c08329046 (patch) | |
| tree | 29d74b18042f00f4b0d52cf3d9586135f5c9ce08 /Cargo.toml | |
| parent | 8b6056fc09320473577f458fa86bda26159ea43b (diff) | |
| download | xesite-7f6de2cb092cdd0675ae393a0a737a2c08329046.tar.xz xesite-7f6de2cb092cdd0675ae393a0a737a2c08329046.zip | |
add _xesite_frontmatter extension
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ xml-rs = "0.8" url = "2" uuid = { version = "0.8", features = ["serde", "v4"] } +xesite_types = { path = "./lib/xesite_types" } + # workspace dependencies cfcache = { path = "./lib/cfcache" } xe_jsonfeed = { path = "./lib/jsonfeed" } |
