chore: bootstrap independent git workflow
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
21
apps/cli/Cargo.toml
Normal file
21
apps/cli/Cargo.toml
Normal 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
|
||||
1069
apps/cli/src/main.rs
Normal file
1069
apps/cli/src/main.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user