mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-25 16:34:04 +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]
|
||||
name = "sqlparser"
|
||||
description = "ANSI SQL parser"
|
||||
description = "ANSI SQL:2011 Lexer and Parser"
|
||||
version = "0.1.5-alpha.0"
|
||||
authors = ["Andy Grove <andygrove73@gmail.com>"]
|
||||
homepage = "https://github.com/andygrove/sqlparser-rs"
|
||||
documentation = "https://github.com/andygrove/sqlparser-rs"
|
||||
keywords = [ "sql", "lexer", "parser" ]
|
||||
documentation = "https://docs.rs/sqlparser/"
|
||||
keywords = [ "ansi", "sql", "lexer", "parser" ]
|
||||
repository = "https://github.com/andygrove/sqlparser-rs"
|
||||
license = "Apache-2.0"
|
||||
include = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue