We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53f1d2 commit 2a6d5f2Copy full SHA for 2a6d5f2
1 file changed
Cargo.toml
@@ -3,10 +3,10 @@ name = "sqlparser"
3
description = "Extensible SQL Lexer and Parser with support for ANSI SQL:2011"
4
version = "0.5.2-alpha.0"
5
authors = ["Andy Grove <andygrove73@gmail.com>"]
6
-homepage = "https://github.com/andygrove/sqlparser-rs"
+homepage = "https://github.com/ballista-compute/sqlparser-rs"
7
documentation = "https://docs.rs/sqlparser/"
8
keywords = [ "ansi", "sql", "lexer", "parser" ]
9
-repository = "https://github.com/andygrove/sqlparser-rs"
+repository = "https://github.com/ballista-compute/sqlparser-rs"
10
license = "Apache-2.0"
11
include = [
12
"src/**/*.rs",
0 commit comments