Cargo.toml (264B)
1 [package] 2 name = "nostrdb" 3 version = "0.1.0" 4 edition = "2021" 5 build = "build.rs" 6 7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 8 9 [dependencies] 10 libc = "0.2.151" 11 12 [build-dependencies] 13 bindgen = "0.69.1" 14 cc = "1.0"