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

@ -0,0 +1,9 @@
[package]
name = "executor-poc"
version = "0.1.0"
edition = "2021"
[dependencies]
[lints]
workspace = true