1 2 3 4 5 6 7 8 9 10 11 12 13 14
pub const README: &str = "README.md"; pub const DESCRIPTION: &str = "description"; pub const COMMON_LICENSES: [&str; 10] = [ "MIT", "Apache-2.0", "GPL-3.0", "BSD-3-Clause", "LGPL-3.0", "MPL-2.0", "EPL-2.0", "AGPL-3.0", "Unlicense", "CC0-1.0", ];