mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 08:55:01 +01:00
16 lines
419 B
TOML
16 lines
419 B
TOML
[package]
|
|
name = "website"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
askama = "0.12.1"
|
|
color-eyre = "0.6.2"
|
|
fs_extra = "1.3.0"
|
|
serde = { version = "1.0.195", features = ["derive"] }
|
|
serde_derive = "1.0.195"
|
|
toml = "0.8.8"
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|