[package] name = "my-first-binary-module" version = "0.1.0" edition = "2021" publish = false [lib] crate-type = ["cdylib"] [dependencies] gmod = "*"