go-sbotcli-rs/Cargo.toml

14 lines
337 B
TOML
Raw Permalink 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"