[package] name = "alnilam-utils" version = "0.0.4" description = "Alnilam Utils" repository = "https://github.com/TribuFu/Engine" authors = ["TribuFu "] license = "MIT" edition = "2021" publish = true [lib] name = "alnilam_utils" crate-type = ["rlib"] path = "lib.rs" [dependencies] [target.'cfg(not(target_arch = "wasm32"))'.dependencies] libc = "0.2.0"