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

View file

@ -1,7 +1,7 @@
[workspace]
members = [
"crates/app",
"crates/executor",
"crates/eval",
"crates/ir",
]
resolver = "2"