summaryrefslogblamecommitdiff
path: root/Cargo.toml
blob: 7cbfe43438eb9826a01d962a53620a3528e77504 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

             
                 
                
                      





                                                                                                

                  





                  



               





                                                   



                    



                     
[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"]