Create cove-input crate
This commit is contained in:
parent
f7f200a608
commit
abedc5f194
3 changed files with 11 additions and 0 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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
6
cove-input/Cargo.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[package]
|
||||
name = "cove-input"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
1
cove-input/src/lib.rs
Normal file
1
cove-input/src/lib.rs
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
Loading…
Add table
Add a link
Reference in a new issue