A typst plugin for unit-aware calculations
typst
at main 11 lines 159 B view raw
1[package] 2name = "evaltor" 3version = "0.1.0" 4edition = "2024" 5 6[lib] 7crate-type = ["cdylib"] 8 9[dependencies] 10fend-core = "1.5.7" 11typst-wasm-protocol = "0.0.2"