mirror of
https://github.com/YGGverse/btracker-fs.git
synced 2026-03-31 09:05:28 +00:00
19 lines
No EOL
525 B
TOML
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" |