Create cove-input crate

This commit is contained in:
Joscha 2023-04-26 14:58:01 +02:00
parent f7f200a608
commit abedc5f194
3 changed files with 11 additions and 0 deletions

6
cove-input/Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[package]
name = "cove-input"
version = { workspace = true }
edition = { workspace = true }
[dependencies]