fix(configs): parse directly into rational numbers (#437)
This commit is contained in:
parent
5ca773f8a7
commit
01ed19ffe3
2 changed files with 66 additions and 10 deletions
|
|
@ -20,6 +20,7 @@ serde = { version = "1.0.136", optional = true, features = ["derive"] }
|
|||
serde_json = { version = "1.0.79", optional = true }
|
||||
base64 = "0.22.0"
|
||||
serde_with = "3.7.0"
|
||||
num-rational = "0.4.1"
|
||||
|
||||
[features]
|
||||
json = ["serde", "serde_json"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue