diff options
Diffstat (limited to '')
-rw-r--r-- | native/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/Cargo.toml b/native/Cargo.toml index 75b4a56b..13052a93 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -13,6 +13,7 @@ debug = [] [dependencies] twox-hash = "1.5" unicode-segmentation = "1.6" +num-traits = "0.2" [dependencies.iced_core] version = "0.2" |