mirror of
https://github.com/YGGverse/btracker-fs.git
synced 2026-03-31 09:05:28 +00:00
define custom dependencies
This commit is contained in:
parent
dacf14c9d9
commit
d4bdb501af
1 changed files with 6 additions and 7 deletions
13
Cargo.toml
13
Cargo.toml
|
|
@ -12,12 +12,11 @@ repository = "https://github.com/yggverse/btracker-fs"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# default = ["public"]
|
# default = ["public"]
|
||||||
public = []
|
public = ["chrono", "librqbit-core"]
|
||||||
crawler = []
|
crawler = ["log", "regex"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = { version = "0.4.41", features = ["serde"] }
|
chrono = { version = "0.4.41", features = ["serde"], optional = true }
|
||||||
librqbit-core = "5.0.0"
|
librqbit-core = { version = "5.0.0", optional = true }
|
||||||
|
log = { version = "0.4.28", optional = true }
|
||||||
log = "0.4.28"
|
regex = { version = "1.11.2", optional = true }
|
||||||
regex = "1.11.2"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue