File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ documentation = "https://zerodaycode.github.io/canyon-book/"
66homepage = " https://github.com/zerodaycode/Canyon-SQL"
77readme = " ../README.md"
88license = " ../LICENSE"
9- Description = " A Rust ORM and QueryBuilder"
9+ description = " A Rust ORM and QueryBuilder"
1010
1111
1212[dependencies ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ homepage = "https://github.com/zerodaycode/Canyon-SQL"
77readme = " ../README.md"
88license = " ../LICENSE"
99license-file = " LICENSE"
10- Description = " A Rust ORM and QueryBuilder"
10+ description = " A Rust ORM and QueryBuilder"
1111
1212[dependencies ]
1313chrono = { version = " 0.4" , features = [" serde" ] }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ homepage = "https://github.com/zerodaycode/Canyon-SQL"
77readme = " ../README.md"
88license = " ../LICENSE"
99license-file = " LICENSE"
10- Description = " A Rust ORM and QueryBuilder"
10+ description = " A Rust ORM and QueryBuilder"
1111
1212[lib ]
1313proc-macro = true
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ homepage = "https://github.com/zerodaycode/Canyon-SQL"
77readme = " ../README.md"
88license = " ../LICENSE"
99license-file = " LICENSE"
10- Description = " A Rust ORM and QueryBuilder"
10+ description = " A Rust ORM and QueryBuilder"
1111
1212[dependencies ]
1313tokio = { version = " 1.9.0" , features = [" full" ] }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ homepage = "https://github.com/zerodaycode/Canyon-SQL"
88readme = " ../README.md"
99license = " ../LICENSE"
1010license-file = " LICENSE"
11- Description = " A Rust ORM and QueryBuilder"
11+ description = " A Rust ORM and QueryBuilder"
1212
1313[dependencies ]
1414async-trait = { version = " 0.1.50" }
You can’t perform that action at this time.
0 commit comments