[package] name = "falsefox" description = "Package experiment for falsefox" version = "0.1.4" edition = "2021" license = "GPL-3.0" authors = ["falsefox "] homepage = "https://github.com/false-fox/falsefox-crate" repository = "https://github.com/false-fox/falsefox-crate" readme = "./README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] path = "src/prelude.rs" crate-type = ["lib"] [dependencies]