depend on paste

This commit is contained in:
Mike Dilger 2023-08-17 08:48:40 +12:00
parent 9e94d2698e
commit 9f7bc31709
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -1819,6 +1819,7 @@ dependencies = [
"normpath",
"nostr-types",
"parking_lot",
"paste",
"qrcode",
"rand",
"regex",

View File

@ -50,6 +50,7 @@ memoize = "0.4"
mime = "0.3"
nostr-types = { git = "https://github.com/mikedilger/nostr-types", rev = "ab8abe371b42e6ed54372c7f97eb2c78cd8ce1c4", features = [ "speedy" ] }
parking_lot = "0.12"
paste = "1.0"
qrcode = { git = "https://github.com/mikedilger/qrcode-rust", rev = "519b77b3efa3f84961169b47d3de08c5ddd86548" }
rand = "0.8"
regex = "1.8"