Site/Cargo.toml

19 lines
505 B
TOML

[package]
name = "stranger-site"
version = "0.1.0-dev.0"
edition = "2021"
description = "Semi-static website application for stranger.systems"
homepage = "https://stranger.systems"
repository = "https://git.stranger.systems/Stranger/Site"
license-file = "LICENSE.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.6.19"
color-eyre = "0.6.2"
jotdown = "0.3.0"
tera = "1.19.0"
tokio = { version = "1.29.1", features = ["full"] }