Spaces:
Sleeping
Sleeping
Update Cargo.toml
Browse files- Cargo.toml +3 -1
Cargo.toml
CHANGED
|
@@ -5,4 +5,6 @@ edition = "2021"
|
|
| 5 |
|
| 6 |
[dependencies]
|
| 7 |
serde = { version = "1.0", features = ["derive"] }
|
| 8 |
-
thiserror = "1.0"
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
[dependencies]
|
| 7 |
serde = { version = "1.0", features = ["derive"] }
|
| 8 |
+
thiserror = "1.0"
|
| 9 |
+
rand = "0.8"
|
| 10 |
+
serde_json = "1.0"
|