Thomas Eizinger
3 years ago
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
2 changed files with
0 additions and
2 deletions
-
Cargo.lock
-
daemon/Cargo.toml
|
|
@ -541,7 +541,6 @@ dependencies = [ |
|
|
|
"serde_with", |
|
|
|
"sha2", |
|
|
|
"sqlx", |
|
|
|
"tempfile", |
|
|
|
"thiserror", |
|
|
|
"time", |
|
|
|
"tokio", |
|
|
|
|
|
@ -53,5 +53,4 @@ path = "src/maker.rs" |
|
|
|
|
|
|
|
[dev-dependencies] |
|
|
|
pretty_assertions = "1" |
|
|
|
tempfile = "3" |
|
|
|
time = { version = "0.3", features = ["std"] } |
|
|
|