fix(configs): parse directly into rational numbers (#437)

This commit is contained in:
Santiago Carmuega 2024-04-15 18:54:53 -03:00 committed by GitHub
parent 5ca773f8a7
commit 01ed19ffe3
2 changed files with 66 additions and 10 deletions

View file

@ -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"]