mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-02 12:35:33 +00:00
refactor: move types crate into blahd-types
subpackage
This commit is contained in:
parent
0a0a4aefa9
commit
0ac841e6fa
13 changed files with 43 additions and 47 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -260,7 +260,7 @@ dependencies = [
|
|||
]
|
||||
|
||||
[[package]]
|
||||
name = "blah"
|
||||
name = "blah-types"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
|
@ -283,7 +283,7 @@ name = "blahctl"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"blah",
|
||||
"blah-types",
|
||||
"clap",
|
||||
"ed25519-dalek",
|
||||
"hex",
|
||||
|
@ -300,7 +300,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"axum",
|
||||
"axum-extra",
|
||||
"blah",
|
||||
"blah-types",
|
||||
"clap",
|
||||
"ed25519-dalek",
|
||||
"futures-util",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue