This commit is contained in:
xkeyC 2023-11-04 22:56:03 +08:00
parent 0786d30300
commit 3409a8597f

11
rust/Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[package]
name = "rust"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib", "cdylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
flutter_rust_bridge = "1"