go-sbotcli-rs/Cargo.toml

18 lines
464 B
TOML

[package]
name = "go-sbotcli-rs"
version = "0.1.0"
authors = ["Andrew Reid <glyph@mycelial.technology>"]
edition = "2018"
description = "A wrapper around the Go sbotcli tool."
repository = "https://git.coopcloud.tech/PeachCloud/go-sbotcli-rs"
readme = "README.md"
license = "LGPL-3.0-only"
[dependencies]
dirs = "4.0.0"
regex = "1.5.4"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
ssb-legacy-msg-data = "0.1.4"
ssb-multiformats = "0.4.2"