Merge remote-tracking branch 'origin/main' into lint-fix
This commit is contained in:
commit
a3bc0b07e2
14 changed files with 10079 additions and 154 deletions
|
|
@ -6,8 +6,9 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
nom-peg = "0.1.1"
|
||||
bimap = { workspace = true }
|
||||
nom = "7.1.3"
|
||||
nom-peg = "0.1.1"
|
||||
thiserror = { workspace = true }
|
||||
|
||||
minisql = { path = "../minisql" }
|
||||
bimap = "0.6.3"
|
||||
thiserror = "1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue