File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ license = "MIT/Apache-2.0"
88readme = " README.md"
99keywords = [" graphql" , " parser" ]
1010categories = [" parser-implementations" , " command-line-interface" ]
11- homepage = " https://github.com/tailhook /graphql-parser"
11+ homepage = " https://github.com/graphql-rust /graphql-parser"
1212documentation = " https://docs.rs/graphql-parser"
1313version = " 0.2.0"
14- authors = [" paul@colomiets.name" ]
14+ authors = [" Paul Colomiets < paul@colomiets.name> " ]
1515
1616[dependencies ]
1717combine = " =3.0.0-beta.1"
Original file line number Diff line number Diff line change 55//! query language as well as AST types.
66//!
77//! [Docs](https://docs.rs/graphql-parser/) |
8- //! [Github](https://github.com/tailhook /graphql-parser/) |
8+ //! [Github](https://github.com/graphql-rust /graphql-parser/) |
99//! [Crate](https://crates.io/crates/graphql-parser)
1010//!
1111//! Current this library supports full graphql syntax, and the following
You can’t perform that action at this time.
0 commit comments