feat: 基础示例插件

This commit is contained in:
lanyeeee
2026-03-14 15:08:12 +08:00
parent 448b329a2a
commit 43d9e8fe4d
5 changed files with 1745 additions and 0 deletions

View 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"] }