mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-05-11 18:10:36 +08:00
11 lines
209 B
TOML
11 lines
209 B
TOML
[package]
|
|
name = "bilibili-video-downloader-plugin-api"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
name = "bilibili_video_downloader_plugin_api"
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|