chore: bootstrap independent git workflow
Some checks failed
release-smoke / macos-13 / x86_64-apple-darwin (push) Has been cancelled
release-smoke / ubuntu-latest / x86_64-unknown-linux-gnu (push) Has been cancelled
release-smoke / windows-latest / x86_64-pc-windows-msvc (push) Has been cancelled

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Paperclip CTO
2026-03-26 03:49:06 +00:00
commit 7424491944
60 changed files with 7793 additions and 0 deletions

21
apps/cli/Cargo.toml Normal file
View File

@@ -0,0 +1,21 @@
[package]
name = "dbtool-cli"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
publish = false
[[bin]]
name = "dbtool"
path = "src/main.rs"
[dependencies]
db-config.workspace = true
db-core.workspace = true
db-drivers.workspace = true
[dev-dependencies]
rusqlite.workspace = true
[lints]
workspace = true