repo: rename executor -> eval

This commit is contained in:
MultisampledNight 2024-01-20 21:36:40 +01:00
commit c4207af8da
No known key found for this signature in database
GPG key ID: 6D525AA147CBDAE2
8 changed files with 3 additions and 3 deletions

14
crates/eval/Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "eval"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { workspace = true, features = [ "derive" ] }
image = "0.24"
ir = { path = "../ir" }
[lints]
workspace = true