hive-fr0nt: scaffold shared frontend-assets crate
This commit is contained in:
parent
1770b51845
commit
7fc3e81062
4 changed files with 65 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[workspace]
|
||||
resolver = "3"
|
||||
members = ["hive-ag3nt", "hive-c0re", "hive-sh4re"]
|
||||
members = ["hive-ag3nt", "hive-c0re", "hive-fr0nt", "hive-sh4re"]
|
||||
|
||||
[workspace.package]
|
||||
edition = "2024"
|
||||
|
|
@ -18,6 +18,7 @@ must_use_candidate = "allow"
|
|||
anyhow = "1"
|
||||
axum = "0.8"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
hive-fr0nt = { path = "hive-fr0nt" }
|
||||
hive-sh4re = { path = "hive-sh4re" }
|
||||
rmcp = { version = "1.7", default-features = false, features = [
|
||||
"server",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue