diff options
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" |