chore: create cargo workspace
This commit is contained in:
parent
cb7b50109e
commit
f0db73b38e
3 changed files with 13 additions and 8 deletions
13
Cargo.toml
13
Cargo.toml
|
|
@ -1,8 +1,5 @@
|
|||
[package]
|
||||
name = "minisql"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"minisql",
|
||||
]
|
||||
|
|
|
|||
8
minisql/Cargo.toml
Normal file
8
minisql/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "minisql"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
Loading…
Add table
Add a link
Reference in a new issue