mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Document new features, update authors (#776)
This commit is contained in:
parent
751046de7d
commit
0c9ec40082
2 changed files with 6 additions and 2 deletions
|
@ -45,3 +45,7 @@ pretty_assertions = "1"
|
|||
# https://github.com/sunng87/cargo-release/blob/master/docs/reference.md#config-fields
|
||||
# See docs/releasing.md for details.
|
||||
publish = false
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
# Document these features on docs.rs
|
||||
features = ["serde", "visitor"]
|
|
@ -2,9 +2,9 @@
|
|||
name = "sqlparser_derive"
|
||||
description = "proc macro for sqlparser"
|
||||
version = "0.1.0"
|
||||
authors = ["Andy Grove <andygrove73@gmail.com>"]
|
||||
authors = ["sqlparser-rs authors"]
|
||||
homepage = "https://github.com/sqlparser-rs/sqlparser-rs"
|
||||
documentation = "https://docs.rs/sqlparser/"
|
||||
documentation = "https://docs.rs/sqlparser_derive/"
|
||||
keywords = ["ansi", "sql", "lexer", "parser"]
|
||||
repository = "https://github.com/sqlparser-rs/sqlparser-rs"
|
||||
license = "Apache-2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue