lykin_playalong/Cargo.toml

17 lines
402 B
TOML

[package]
name = "lykin"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.5.0-rc.1"
rocket_dyn_templates = { version = "0.1.0-rc.1", features = ["tera"] }
golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi.git" }
log = "0.4"
sled = "0.34"
xdg = "2.4.1"
serde = "1"
bincode = "1.3"