[package] name = "uwurandom-cffi" version = "0.1.0" edition = "2021" [lib] name = "uwurandom_cffi" # crate-type = ["cdylib"] # Creates dynamic lib crate-type = ["staticlib"] # Creates static lib # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.dev] panic = "abort" [profile.release] panic = "abort" lto = "fat" strip = "symbols" [dependencies] rand_xoshiro = "0.6.0" uwurandom-rs = { git = "https://git.skye.vg/me/uwurandom-rs.git" }