forked from torrust/torrust-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
20 lines (18 loc) · 676 Bytes
/
Cargo.toml
File metadata and controls
20 lines (18 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
description = "A library with the primitive types and functions for the BitTorrent UDP tracker protocol."
keywords = ["bittorrent", "library", "primitives", "udp"]
name = "bittorrent-udp-tracker-protocol"
readme = "README.md"
authors.workspace = true
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
publish.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true
[dependencies]
aquatic_udp_protocol = "0"
torrust-tracker-clock = { version = "3.0.0-develop", path = "../clock" }
torrust-tracker-primitives = { version = "3.0.0-develop", path = "../primitives" }