mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Follow-up to the recent release (CHANGELOG and the bench crate)
This commit is contained in:
parent
1946791302
commit
0c82be5c3b
2 changed files with 15 additions and 4 deletions
|
@ -4,13 +4,11 @@ version = "0.1.0"
|
|||
authors = ["Dandandan <danielheres@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
sqlparser = { path = "../", version = "0.5.1-alpha-0" }
|
||||
sqlparser = { path = "../" }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = {version = "0.3"}
|
||||
criterion = "0.3"
|
||||
|
||||
[[bench]]
|
||||
name = "sqlparser_bench"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue