chore: replace placeholder package with role-named workspace
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "db"
|
||||
version = "0.0.0"
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
sqlx.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tokio.workspace = true
|
||||
@@ -0,0 +1 @@
|
||||
//! Database access. All SQL lives in this crate.
|
||||
Reference in New Issue
Block a user