lykin_playalong/Cargo.toml

11 lines
263 B
TOML
Raw 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 10:13:08 +00:00
golgi = { git = "https://git.coopcloud.tech/golgi-ssb/golgi.git" }