executor (poc): init proof of concept executor crate

This commit is contained in:
Schrottkatze 2024-07-18 19:12:58 +02:00
commit 3412eb9395
No known key found for this signature in database
4 changed files with 29 additions and 1 deletions

View file

@ -5,7 +5,8 @@ members = [
"crates/ir",
"crates/lang",
"crates/svg-filters",
"crates/prowocessing",
"crates/prowocessing",
"crates/executor-poc",
]
resolver = "2"