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"
8
8
readme = " README.md"
9
9
keywords = [" graphql" , " parser" ]
10
10
categories = [" parser-implementations" , " command-line-interface" ]
11
- homepage = " https://github.com/tailhook /graphql-parser"
11
+ homepage = " https://github.com/graphql-rust /graphql-parser"
12
12
documentation = " https://docs.rs/graphql-parser"
13
13
version = " 0.2.0"
14
-
14
+ authors = [
" Paul Colomiets < [email protected] > " ]
15
15
16
16
[dependencies ]
17
17
combine = " =3.0.0-beta.1"
Original file line number Diff line number Diff line change 5
5
//! query language as well as AST types.
6
6
//!
7
7
//! [Docs](https://docs.rs/graphql-parser/) |
8
- //! [Github](https://github.com/tailhook /graphql-parser/) |
8
+ //! [Github](https://github.com/graphql-rust /graphql-parser/) |
9
9
//! [Crate](https://crates.io/crates/graphql-parser)
10
10
//!
11
11
//! Current this library supports full graphql syntax, and the following
You can’t perform that action at this time.
0 commit comments