mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
19 lines
554 B
TOML
19 lines
554 B
TOML
[package]
|
|
name = "aquatic_cli_helpers"
|
|
version = "0.2.0"
|
|
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
description = "aquatic BitTorrent tracker CLI helpers"
|
|
repository = "https://github.com/greatest-ape/aquatic"
|
|
readme = "../README.md"
|
|
|
|
[dependencies]
|
|
aquatic_toml_config = { version = "0.2.0", path = "../aquatic_toml_config" }
|
|
|
|
anyhow = "1"
|
|
git-testament = "0.2"
|
|
log = "0.4"
|
|
serde = { version = "1", features = ["derive"] }
|
|
simple_logger = { version = "2", features = ["stderr"] }
|
|
toml = "0.5"
|