mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2025-09-24 23:41:30 +02:00
executor (poc): init proof of concept executor crate
This commit is contained in:
parent
ccc6d4f532
commit
3412eb9395
4 changed files with 29 additions and 1 deletions
9
crates/executor-poc/Cargo.toml
Normal file
9
crates/executor-poc/Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "executor-poc"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[lints]
|
||||
workspace = true
|
Loading…
Add table
Add a link
Reference in a new issue