aquatic/aquatic_cli_helpers/Cargo.toml
Joakim Frostegård e2897ed90b Upgrade simplelog
2021-08-15 22:33:28 +02:00

14 lines
382 B
TOML

[package]
name = "aquatic_cli_helpers"
version = "0.1.0"
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
description = "aquatic BitTorrent tracker CLI helpers"
repository = "https://github.com/greatest-ape/aquatic"
[dependencies]
anyhow = "1"
serde = { version = "1", features = ["derive"] }
simplelog = "0.10.0"
toml = "0.5"