Add async-trait crate

This commit is contained in:
Neshura 2024-01-08 21:07:49 +01:00
parent 167fcdb7ad
commit 1cd30b1145
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 11 additions and 9 deletions

View file

@ -30,4 +30,5 @@ url = "^2.4.0"
confy = "^0.5.1"
toml = "^0.8.8"
systemd-journal-logger = "^2.1.1"
log = "^0.4.20"
log = "^0.4.20"
async-trait = "^0.1.77"