mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-26 08:54:06 +00:00
Update documentation to point to docs.rs
This commit is contained in:
parent
049fe9034f
commit
6374b521c9
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sqlparser"
|
name = "sqlparser"
|
||||||
description = "ANSI SQL parser"
|
description = "ANSI SQL:2011 Lexer and Parser"
|
||||||
version = "0.1.5-alpha.0"
|
version = "0.1.5-alpha.0"
|
||||||
authors = ["Andy Grove <andygrove73@gmail.com>"]
|
authors = ["Andy Grove <andygrove73@gmail.com>"]
|
||||||
homepage = "https://github.com/andygrove/sqlparser-rs"
|
homepage = "https://github.com/andygrove/sqlparser-rs"
|
||||||
documentation = "https://github.com/andygrove/sqlparser-rs"
|
documentation = "https://docs.rs/sqlparser/"
|
||||||
keywords = [ "sql", "lexer", "parser" ]
|
keywords = [ "ansi", "sql", "lexer", "parser" ]
|
||||||
repository = "https://github.com/andygrove/sqlparser-rs"
|
repository = "https://github.com/andygrove/sqlparser-rs"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
include = [
|
include = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue