mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 03:07:20 +00:00
update cargo manifest (#214)
This commit is contained in:
parent
a53f1d26ef
commit
2a6d5f2b61
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ name = "sqlparser"
|
|||
description = "Extensible SQL Lexer and Parser with support for ANSI SQL:2011"
|
||||
version = "0.5.2-alpha.0"
|
||||
authors = ["Andy Grove <andygrove73@gmail.com>"]
|
||||
homepage = "https://github.com/andygrove/sqlparser-rs"
|
||||
homepage = "https://github.com/ballista-compute/sqlparser-rs"
|
||||
documentation = "https://docs.rs/sqlparser/"
|
||||
keywords = [ "ansi", "sql", "lexer", "parser" ]
|
||||
repository = "https://github.com/andygrove/sqlparser-rs"
|
||||
repository = "https://github.com/ballista-compute/sqlparser-rs"
|
||||
license = "Apache-2.0"
|
||||
include = [
|
||||
"src/**/*.rs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue