web-butt/Cargo.toml

13 lines
292 B
TOML
Raw Normal View History

2022-06-01 17:36:14 +00:00
[package]
name = "golgi-test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-std = "1.10.0"
futures = "0.3.21"
2022-06-03 11:45:45 +00:00
golgi = "0.1.1"
2022-06-01 17:36:14 +00:00
rocket = { version = "0.5.0-rc.2", features = ["json"] }