mirror of
https://github.com/lanyeeee/bilibili-video-downloader.git
synced 2026-05-11 18:10:36 +08:00
14 lines
339 B
TOML
14 lines
339 B
TOML
[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"] }
|