diff options
author | Adam Carpenter <atc@53hor.net> | 2020-05-05 14:09:14 -0400 |
---|---|---|
committer | Adam Carpenter <atc@53hor.net> | 2020-05-05 14:09:14 -0400 |
commit | 8b5bb367e2bd03a64c233e1eb128c2d0980f5b01 (patch) | |
tree | 2a86eccf3caeca68519e8a76d04710ad76ecce95 /dichroism/Cargo.lock | |
parent | b5960dffbd7151c2eedc0e897f94f7b1691c2a39 (diff) | |
download | theglassyladies-8b5bb367e2bd03a64c233e1eb128c2d0980f5b01.tar.xz theglassyladies-8b5bb367e2bd03a64c233e1eb128c2d0980f5b01.zip |
updated debug script, moved backlog to Deck
Diffstat (limited to 'dichroism/Cargo.lock')
-rw-r--r-- | dichroism/Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dichroism/Cargo.lock b/dichroism/Cargo.lock index 4afab50..e571dcb 100644 --- a/dichroism/Cargo.lock +++ b/dichroism/Cargo.lock @@ -459,7 +459,10 @@ version = "0.1.0" dependencies = [ "actix-rt", "actix-web", + "futures", "listenfd", + "serde", + "serde_json", ] [[package]] |