lykin_playalong/Cargo.toml

17 lines
402 B
TOML
Raw Permalink Normal View History

2022-09-24 09:42:02 +00:00
[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]
2022-09-24 09:53:36 +00:00
rocket = "0.5.0-rc.1"
2022-09-24 14:53:52 +00:00
rocket_dyn_templates = { version = "0.1.0-rc.1", features = ["tera"] }
2022-09-24 10:13:08 +00:00
golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi.git" }
2022-09-24 14:53:52 +00:00
log = "0.4"
sled = "0.34"
xdg = "2.4.1"
serde = "1"
bincode = "1.3"