go-sbotcli-rs/Cargo.toml

18 lines
464 B
TOML
Raw Normal View History

2021-11-03 13:52:35 +00:00
[package]
2021-11-05 11:46:35 +00:00
name = "go-sbotcli-rs"
2021-11-03 13:52:35 +00:00
version = "0.1.0"
authors = ["Andrew Reid <glyph@mycelial.technology>"]
edition = "2018"
description = "A wrapper around the Go sbotcli tool."
2021-11-05 11:46:35 +00:00
repository = "https://git.coopcloud.tech/PeachCloud/go-sbotcli-rs"
2021-11-03 13:52:35 +00:00
readme = "README.md"
2021-11-05 11:46:35 +00:00
license = "LGPL-3.0-only"
2021-11-03 13:52:35 +00:00
[dependencies]
2021-11-04 14:57:48 +00:00
dirs = "4.0.0"
2021-11-03 13:52:35 +00:00
regex = "1.5.4"
2021-11-16 14:41:20 +00:00
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
ssb-legacy-msg-data = "0.1.4"
ssb-multiformats = "0.4.2"