mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
15 lines
No EOL
379 B
TOML
15 lines
No EOL
379 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.7", features = ["small_rng"] } |