web-butt/Cargo.toml

13 lines
292 B
TOML

[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"
golgi = "0.1.1"
rocket = { version = "0.5.0-rc.2", features = ["json"] }