mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-08-28 19:47:54 +08:00
chore: 尝试启动 rust 版的 bili-sync 项目
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "bili-sync"
|
||||
version = "2.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
serde_json = "1.0"
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
Reference in New Issue
Block a user