add initial crates and apps
This commit is contained in:
parent
5c87ba3519
commit
1ca300098f
113 changed files with 28169 additions and 0 deletions
17
crates/chattyness-error/Cargo.toml
Normal file
17
crates/chattyness-error/Cargo.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "chattyness-error"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
thiserror.workspace = true
|
||||
serde.workspace = true
|
||||
|
||||
# SSR-only dependencies
|
||||
sqlx = { workspace = true, optional = true }
|
||||
axum = { workspace = true, optional = true }
|
||||
http.workspace = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
ssr = ["sqlx", "axum"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue