add initial crates and apps
This commit is contained in:
parent
5c87ba3519
commit
1ca300098f
113 changed files with 28169 additions and 0 deletions
9
crates/chattyness-shared/Cargo.toml
Normal file
9
crates/chattyness-shared/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "chattyness-shared"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
chattyness-error.workspace = true
|
||||
regex.workspace = true
|
||||
serde.workspace = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue