diff options
Diffstat (limited to 'sem2/Cargo.toml')
| -rw-r--r-- | sem2/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sem2/Cargo.toml b/sem2/Cargo.toml index aee29a2..4ae5a60 100644 --- a/sem2/Cargo.toml +++ b/sem2/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +fastrand = "1.9.0" inquire = "0.5.3" -rug = "1.17" |