btracker-fs/Cargo.toml
2025-09-06 18:31:49 +03:00

19 lines
No EOL
525 B
TOML

[package]
name = "btracker-fs"
version = "0.1.0"
edition = "2024"
license = "MIT"
readme = "README.md"
description = "Shared filesystem API for the βtracker project components"
keywords = ["btracker", "bittorrent", "aquatic-crawler", "librqbit", "fs"]
categories = ["network-programming"]
repository = "https://github.com/yggverse/btracker-fs"
# homepage = "https://yggverse.github.io"
[features]
# default = ["public"]
public = []
[dependencies]
chrono = { version = "0.4.41", features = ["serde"] }
librqbit-core = "5.0"