mirror of
https://github.com/YGGverse/btracker-fs.git
synced 2026-03-31 17:15:28 +00:00
use dep: prefix
This commit is contained in:
parent
d4bdb501af
commit
99b8bf64f9
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ repository = "https://github.com/yggverse/btracker-fs"
|
|||
|
||||
[features]
|
||||
# default = ["public"]
|
||||
public = ["chrono", "librqbit-core"]
|
||||
crawler = ["log", "regex"]
|
||||
public = ["dep:chrono", "dep:librqbit-core"]
|
||||
crawler = ["dep:log", "dep:regex"]
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.41", features = ["serde"], optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue