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
25 lines (21 loc) · 664 Bytes
/
Cargo.toml
File metadata and controls
25 lines (21 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
description = "A library to a clock for the torrust tracker."
keywords = ["clock", "library", "torrents"]
name = "torrust-tracker-clock"
readme = "README.md"
authors.workspace = true
categories.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]
chrono = { version = "0", default-features = false, features = ["clock"] }
lazy_static = "1"
tracing = "0"
torrust-tracker-primitives = { version = "3.0.0-develop", path = "../primitives" }
[dev-dependencies]