[package] name = "lib-prova" version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" description = "A short description of my package" homepage = "https://serde.rs/" documentation = "https://docs.rs/bitflags" repository = "https://github.com/rust-lang/cargo/" readme = "README.md" exclude = [ "public/assets/*", "videos/*", ] include = [ "**/*.rs", "Cargo.toml", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]