2023-07-26 01:49:26 -04:00
|
|
|
[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"
|
2023-07-26 02:19:54 -04:00
|
|
|
jotdown = "0.3.0"
|
|
|
|
tera = "1.19.0"
|
2023-07-26 01:49:26 -04:00
|
|
|
tokio = { version = "1.29.1", features = ["full"] }
|