mirror of
https://github.com/YGGverse/btracker-fs.git
synced 2026-03-31 17:15:28 +00:00
initial commit
This commit is contained in:
parent
e7fe14be8a
commit
8bf5e7a21f
7 changed files with 234 additions and 1 deletions
19
Cargo.toml
Normal file
19
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue