initial commit

This commit is contained in:
yggverse 2025-09-06 18:31:49 +03:00
parent e7fe14be8a
commit 8bf5e7a21f
7 changed files with 234 additions and 1 deletions

19
Cargo.toml Normal file
View file

@ -0,0 +1,19 @@
[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"