Merge remote-tracking branch 'origin/main' into interpreter

This commit is contained in:
Yuriy Dupyn 2023-12-28 09:37:48 +01:00
commit bd3dbe2365
3 changed files with 14 additions and 9 deletions

9
minisql/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[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]
bimap = "0.6.3"