Merge branch 'cargo-workspace' into 'main'
Create cargo workspace See merge request x433485/minisql!3
This commit is contained in:
commit
bf885670c6
3 changed files with 13 additions and 8 deletions
13
Cargo.toml
13
Cargo.toml
|
|
@ -1,8 +1,5 @@
|
||||||
[package]
|
[workspace]
|
||||||
name = "minisql"
|
resolver = "2"
|
||||||
version = "0.1.0"
|
members = [
|
||||||
edition = "2021"
|
"minisql",
|
||||||
|
]
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
|
|
|
||||||
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