diff --git a/demo_android/rust/Cargo.toml b/demo_android/rust/Cargo.toml index e48e89b..0c93dab 100644 --- a/demo_android/rust/Cargo.toml +++ b/demo_android/rust/Cargo.toml @@ -16,4 +16,4 @@ thiserror = "2.0.3" [lib] name = "main" -crate_type = ["cdylib"] +crate-type = ["cdylib"]