diff options
Diffstat (limited to 'sem2/Cargo.toml')
| -rw-r--r-- | sem2/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sem2/Cargo.toml b/sem2/Cargo.toml index cc91b0e..aee29a2 100644 --- a/sem2/Cargo.toml +++ b/sem2/Cargo.toml @@ -7,3 +7,4 @@ edition = "2021" [dependencies] inquire = "0.5.3" +rug = "1.17" |