almost ready for preprocessing

This commit is contained in:
Dominic 2023-10-30 17:32:21 +01:00
parent a0f1caa34b
commit 45b9173c56
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
5 changed files with 136 additions and 16 deletions

View file

@ -17,3 +17,6 @@ serde = { version = "1.0.188", features = ["derive"] }
serde_with = "3.4"
svgwriter = "0.1"
toml = { package = "basic-toml", version = "0.1.4" }
[patch.crates-io]
rational = { git = "https://github.com/msrd0/rational", branch = "error" }