Merge branch 'main' into protocol

This commit is contained in:
Jindřich Moravec 2023-12-15 16:33:16 +01:00
commit 5804da5761
3 changed files with 13 additions and 8 deletions

View file

@ -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
View 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]