golgi/Cargo.toml

18 lines
438 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"
2022-02-14 10:23:34 +00:00
async-stream = "0.3.2"
2021-12-02 13:12:52 +00:00
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"
2022-02-14 10:23:34 +00:00
kuska-ssb = { git = "https://github.com/Kuska-ssb/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"