mirror of
https://github.com/nab138/isideload.git
synced 2026-03-02 06:26:16 +01:00
Add example
This commit is contained in:
9
examples/minimal/Cargo.toml
Normal file
9
examples/minimal/Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "minimal"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
isideload = { path = "../../isideload", features = ["vendored-openssl", "vendored-botan"] }
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
Reference in New Issue
Block a user