1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
[package] name = "muiua" version = "0.1.0" edition = "2024" authors = ["bend-n <[email protected]>"] license = "MIT" description = "inline uiua" [dependencies] proc-macro2 = "1.0.101" quote = "1.0.40" uiua = { default-features = false, features = [ "native_sys", ], git = "https://github.com/uiua-lang/uiua" } [lib] proc-macro = true # [profile.dev.package.uiua] # opt-level = 3 # debug-assertions = false