implement shared crawler feature

This commit is contained in:
yggverse 2025-09-12 13:47:15 +03:00
parent b3e5d59e68
commit dacf14c9d9
4 changed files with 162 additions and 4 deletions

View file

@ -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"