aquatic/aquatic_common/Cargo.toml
Joakim Frostegård 32541c5c15 Upgrade hashbrown
2021-08-15 22:29:09 +02:00

15 lines
380 B
TOML

[package]
name = "aquatic_common"
version = "0.1.0"
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
description = "aquatic BitTorrent tracker common code"
repository = "https://github.com/greatest-ape/aquatic"
[lib]
name = "aquatic_common"
[dependencies]
indexmap = "1"
rand = { version = "0.8", features = ["small_rng"] }