You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
627 B
37 lines
627 B
[package] |
|
name = "site" |
|
version = "0.2.1" |
|
edition = "2021" |
|
build = "src/build.rs" |
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|
|
|
[dependencies] |
|
warp = "0.3" |
|
comrak = "0.12" |
|
color-eyre = "0.5" |
|
kankyo = "0.3" |
|
tracing = "0.1" |
|
chrono = "0.4" |
|
thiserror = "1" |
|
serde_yaml = "0.8" |
|
glob = "0.3" |
|
|
|
mime = "0.3" |
|
|
|
futures = "0.3" |
|
|
|
[build-dependencies] |
|
ructe = { version = "0.13", features = ["warp03"] } |
|
|
|
[dependencies.tracing-subscriber] |
|
version = "0.3" |
|
features = ["fmt"] |
|
|
|
[dependencies.tokio] |
|
version = "1" |
|
features = ["full"] |
|
|
|
[dependencies.serde] |
|
version = "1" |
|
features = ["derive"]
|
|
|