blob: c5a4b7ddd185489598b36a399f8faf653e23fae5 [file] [log] [blame]
Yi Kong053c0682021-02-14 22:04:08 +08001name: "byteorder"
2description: "Library for reading/writing numbers in big-endian and little-endian."
3third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://crates.io/crates/byteorder"
7 }
8 url {
9 type: ARCHIVE
Joel Galenson578f4352021-04-01 15:18:27 -070010 value: "https://static.crates.io/crates/byteorder/byteorder-1.4.3.crate"
Yi Kong053c0682021-02-14 22:04:08 +080011 }
Joel Galenson578f4352021-04-01 15:18:27 -070012 version: "1.4.3"
Yi Kong053c0682021-02-14 22:04:08 +080013 license_type: NOTICE
14 last_upgrade_date {
15 year: 2021
Joel Galenson578f4352021-04-01 15:18:27 -070016 month: 4
17 day: 1
Yi Kong053c0682021-02-14 22:04:08 +080018 }
19}