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 (19 loc) · 723 Bytes
/
Copy pathCargo.toml
File metadata and controls
20 lines (19 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
authors.workspace = true
description = "Application/use-case layer for the Torrust Tracker REST API."
documentation.workspace = true
edition.workspace = true
homepage.workspace = true
keywords = [ "api", "application", "bittorrent", "torrust", "tracker", "use-case" ]
license.workspace = true
name = "torrust-tracker-rest-api-application"
publish.workspace = true
readme = "README.md"
repository.workspace = true
rust-version.workspace = true
version.workspace = true
[dependencies]
torrust-tracker-rest-api-protocol = { version = "3.0.0-develop", path = "../rest-api-protocol" }
torrust-info-hash = "=0.2.0"
torrust-tracker-primitives = { version = "3.0.0-develop", path = "../primitives" }
async-trait = "0.1"