File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,11 @@ name = "seaography"
66version = " 2.0.0-rc.1"
77edition = " 2021"
88rust-version = " 1.70"
9- authors = [
" Panagiotis Karatakis <[email protected] >" ]
10- description = " 🧭 A GraphQL framework and code generator for SeaORM"
9+ authors = [
10+ " Panagiotis Karatakis <[email protected] >" ,
11+ " Chris Tsang <[email protected] >" ,
12+ ]
13+ description = " 🧭 A dynamic GraphQL framework for SeaORM"
1114license = " MIT OR Apache-2.0"
1215homepage = " https://www.sea-ql.org/Seaography"
1316documentation = " https://docs.rs/seaography"
Original file line number Diff line number Diff line change 33 <img src =" https://raw.githubusercontent.com/SeaQL/seaography/main/docs/Seaography.png " width =" 280 " alt =" Seaography logo " />
44
55 <p >
6- <strong>🧭 A GraphQL framework and code generator for SeaORM</strong>
6+ <strong>🧭 A dynamic GraphQL framework for SeaORM</strong>
77 </p >
88
99 [ ![ crate] ( https://img.shields.io/crates/v/seaography.svg )] ( https://crates.io/crates/seaography )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "2.0.0-rc.1"
44edition = " 2021"
55rust-version = " 1.70"
66authors = [
" Panagiotis Karatakis <[email protected] >" ]
7- description = " 🧭 A GraphQL framework and code generator for SeaORM"
7+ description = " 🧭 A dynamic GraphQL framework for SeaORM"
88license = " MIT OR Apache-2.0"
99homepage = " https://www.sea-ql.org/Seaography"
1010documentation = " https://docs.rs/seaography"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "2.0.0-rc.1"
44edition = " 2021"
55rust-version = " 1.70"
66authors = [
" Panagiotis Karatakis <[email protected] >" ]
7- description = " 🧭 A GraphQL framework and code generator for SeaORM"
7+ description = " 🧭 A dynamic GraphQL framework for SeaORM"
88license = " MIT OR Apache-2.0"
99homepage = " https://www.sea-ql.org/Seaography"
1010documentation = " https://docs.rs/seaography"
Original file line number Diff line number Diff line change 33//! <img src="https://raw.githubusercontent.com/SeaQL/seaography/main/docs/Seaography.png" width="280" alt="Seaography logo"/>
44//!
55//! <p>
6- //! <strong>🧭 A GraphQL framework and code generator for SeaORM</strong>
6+ //! <strong>🧭 A dynamic GraphQL framework for SeaORM</strong>
77//! </p>
88//!
99//! [](https://crates.io/crates/seaography)
You can’t perform that action at this time.
0 commit comments