mirror of
https://github.com/YGGverse/btracker-fs.git
synced 2026-03-31 17:15:28 +00:00
implement shared crawler feature
This commit is contained in:
parent
b3e5d59e68
commit
dacf14c9d9
4 changed files with 162 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "btracker-fs"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
|
@ -13,7 +13,11 @@ repository = "https://github.com/yggverse/btracker-fs"
|
|||
[features]
|
||||
# default = ["public"]
|
||||
public = []
|
||||
crawler = []
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.41", features = ["serde"] }
|
||||
librqbit-core = "5.0.0"
|
||||
librqbit-core = "5.0.0"
|
||||
|
||||
log = "0.4.28"
|
||||
regex = "1.11.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue