mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +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
|
# https://github.com/sunng87/cargo-release/blob/master/docs/reference.md#config-fields
|
||||||
# See docs/releasing.md for details.
|
# See docs/releasing.md for details.
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
# Document these features on docs.rs
|
||||||
|
features = ["serde", "visitor"]
|
|
@ -2,9 +2,9 @@
|
||||||
name = "sqlparser_derive"
|
name = "sqlparser_derive"
|
||||||
description = "proc macro for sqlparser"
|
description = "proc macro for sqlparser"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Andy Grove <andygrove73@gmail.com>"]
|
authors = ["sqlparser-rs authors"]
|
||||||
homepage = "https://github.com/sqlparser-rs/sqlparser-rs"
|
homepage = "https://github.com/sqlparser-rs/sqlparser-rs"
|
||||||
documentation = "https://docs.rs/sqlparser/"
|
documentation = "https://docs.rs/sqlparser_derive/"
|
||||||
keywords = ["ansi", "sql", "lexer", "parser"]
|
keywords = ["ansi", "sql", "lexer", "parser"]
|
||||||
repository = "https://github.com/sqlparser-rs/sqlparser-rs"
|
repository = "https://github.com/sqlparser-rs/sqlparser-rs"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue