cargo workspace skeleton
This commit is contained in:
parent
ae7c5e18c6
commit
6686df93a5
10 changed files with 55 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[workspace]
|
||||
resolver = "3"
|
||||
members = [
|
||||
"hive-ag3nt",
|
||||
"hive-c0re",
|
||||
"hive-sh4re",
|
||||
]
|
||||
|
||||
[workspace.package]
|
||||
edition = "2024"
|
||||
version = "0.1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue