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

4
Cargo.lock generated
View file

@ -280,6 +280,10 @@ dependencies = [
"toml",
]
[[package]]
name = "cove-input"
version = "0.6.1"
[[package]]
name = "cove-macro"
version = "0.6.1"

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

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

1
cove-input/src/lib.rs Normal file
View file

@ -0,0 +1 @@