chore: create cargo workspace

This commit is contained in:
Jindřich Moravec 2023-12-11 23:20:19 +01:00
parent cb7b50109e
commit f0db73b38e
3 changed files with 13 additions and 8 deletions

View file

@ -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",
]