mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-06-07 08:30:03 +08:00
feat: 基础示例插件
This commit is contained in:
13
src-plugin/examples/basic-example/Cargo.toml
Normal file
13
src-plugin/examples/basic-example/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "basic-example"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
bilibili-video-downloader-plugin-sdk = { path = "../../plugin-sdk" }
|
||||
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
reqwest = { version = "0.13.2", default-features = false, features = ["native-tls", "system-proxy"] }
|
||||
Reference in New Issue
Block a user