golgi/Cargo.toml

18 lines
446 B
TOML
Raw Normal View History

2021-12-02 13:12:52 +00:00
[package]
name = "golgi"
version = "0.1.0"
authors = ["glyph <glyph@mycelial.technology>"]
edition = "2021"
[dependencies]
async-std = "1.10.0"
base64 = "0.13.0"
futures = "0.3.18"
hex = "0.4.3"
kuska-handshake = { version = "0.2.0", features = ["async_std"] }
kuska-sodiumoxide = "0.2.5-0"
# waiting for a pr merge upstream
kuska-ssb = { path = "../ssb" }
2021-12-28 19:57:30 +00:00
serde = { version = "1", features = ["derive"] }
2021-12-02 13:12:52 +00:00
serde_json = "1"
2022-01-05 19:00:23 +00:00
async-stream = "0.3.2"