[package] name = "flibc" version = "0.0.1" description = "Fortalp, LIBC Crate" authors = ["Fortalp Developers"] license = "MIT OR Apache-2.0" edition = "2021" homepage = "https://github.com/fortalp/fortalp" repository = "https://github.com/fortalp/fortalp" [features] bit64 = [] full = ["bit64"] [dependencies] libc = "0.2.155"