mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2024-11-05 23:36:23 +01:00
fcf7e909ee
Semi-broken as atm the CLI just does nothing except printing the parsed IR, instead of actually executing it.
15 lines
316 B
TOML
15 lines
316 B
TOML
[package]
|
|
name = "ir"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
ahash = { version = "0.8.7", features = ["serde"] }
|
|
ron = "0.8"
|
|
serde = { version = "1.0.193", features = ["derive"] }
|
|
|
|
[lints]
|
|
workspace = true
|