ssbbot/Cargo.toml

11 lines
257 B
TOML
Raw Normal View History

2022-06-01 13:31:51 +00:00
[package]
name = "ssbbot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
golgi = { "path" = "../peachcloud/golgi" }
futures = "0.3.21"
async-std = "1.10.0"