From 3409a8597f21eeceba484e6452b8108f822a86e1 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Sat, 4 Nov 2023 22:56:03 +0800 Subject: [PATCH] update --- rust/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 rust/Cargo.toml diff --git a/rust/Cargo.toml b/rust/Cargo.toml new file mode 100644 index 0000000..d44af96 --- /dev/null +++ b/rust/Cargo.toml @@ -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" \ No newline at end of file