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