diff options
Diffstat (limited to '2023/Cargo.toml')
| -rw-r--r-- | 2023/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2023/Cargo.toml b/2023/Cargo.toml index 98c23a7..8500e54 100644 --- a/2023/Cargo.toml +++ b/2023/Cargo.toml @@ -9,6 +9,7 @@ edition = "2021" opt-level = 3 [dependencies] +num = "0.4" [[bin]] name = "day01" |
