1 2 3 4 5 6 7 8 9 10 11 12 13
[lib] path = "src/lib.rs" [package] authors = ["Fluence Labs"] description = "Experimenting with releases" edition = "2018" license = "Apache-2.0" name = "crate-version-experiment" version = "0.3.5" [package.metadata.docs.rs] all-features = true