blob: ebd3009413f2265a2109350813c756205fa0305c [file] [log] [blame]
Andrew Walbrand1b91c72020-08-11 17:12:08 +01001name: "async-trait"
2description: "Async trait methods."
3third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://crates.io/crates/async-trait"
7 }
8 url {
9 type: GIT
10 value: "https://github.com/dtolnay/async-trait"
11 }
Haibo Huangd8abf3d2020-08-17 15:39:53 -070012 version: "0.1.38"
Andrew Walbrand1b91c72020-08-11 17:12:08 +010013 license_type: NOTICE
14 last_upgrade_date {
15 year: 2020
16 month: 8
Haibo Huangd8abf3d2020-08-17 15:39:53 -070017 day: 17
Andrew Walbrand1b91c72020-08-11 17:12:08 +010018 }
19}