diff options
author | metamuffin <metamuffin@disroot.org> | 2023-08-06 11:49:09 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-08-06 11:49:09 +0200 |
commit | cd366dfdfad18b38c4e542e6db61ced3929d42f9 (patch) | |
tree | 9fd47c3964b13a52e09373e3eb8b79225eb56c5e /import/Cargo.toml | |
parent | 98538d1e7220ffb7126c0b5e3d5f9c6c44e4dba9 (diff) | |
download | jellything-cd366dfdfad18b38c4e542e6db61ced3929d42f9.tar jellything-cd366dfdfad18b38c4e542e6db61ced3929d42f9.tar.bz2 jellything-cd366dfdfad18b38c4e542e6db61ced3929d42f9.tar.zst |
quick setup command
Diffstat (limited to 'import/Cargo.toml')
-rw-r--r-- | import/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/import/Cargo.toml b/import/Cargo.toml index 4e351c6..2e35e18 100644 --- a/import/Cargo.toml +++ b/import/Cargo.toml @@ -17,3 +17,5 @@ reqwest = { version = "0.11.18", features = ["blocking", "json"] } serde = { version = "1.0.180", features = ["derive"] } serde_json = "1.0.104" bincode = { version = "2.0.0-rc.3", features = ["serde"] } +base64 = "0.21.2" +rand = "0.8.5" |