Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Remove use of serde
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Jun 3, 2024
1 parent 6f85418 commit 7228f1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fry_normalize/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2021"

[dependencies]
serde = { version = "1.0.202", default-features = false, features = ["derive"] }
num2words = { git = "https://github.com/TTWNO/num2words", branch = "no-std-support" }
enum_dispatch = "0.3.13"
regex = "1.10.4"
Expand Down

0 comments on commit 7228f1a

Please sign in to comment.