chore: bootstrap independent git workflow
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
15
crates/db-drivers/Cargo.toml
Normal file
15
crates/db-drivers/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "db-drivers"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
db-core.workspace = true
|
||||
mysql.workspace = true
|
||||
postgres.workspace = true
|
||||
rusqlite.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
1110
crates/db-drivers/src/lib.rs
Normal file
1110
crates/db-drivers/src/lib.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user