Skip to content

Commit 5e23856

Browse files
committed
description field for the manifests
1 parent 74caf09 commit 5e23856

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

canyon_connection/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ documentation = "https://zerodaycode.github.io/canyon-book/"
66
homepage = "https://github.com/zerodaycode/Canyon-SQL"
77
readme = "../README.md"
88
license = "../LICENSE"
9-
Description = "A Rust ORM and QueryBuilder"
9+
description = "A Rust ORM and QueryBuilder"
1010

1111

1212
[dependencies]

canyon_crud/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://github.com/zerodaycode/Canyon-SQL"
77
readme = "../README.md"
88
license = "../LICENSE"
99
license-file = "LICENSE"
10-
Description = "A Rust ORM and QueryBuilder"
10+
description = "A Rust ORM and QueryBuilder"
1111

1212
[dependencies]
1313
chrono = { version = "0.4", features = ["serde"] }

canyon_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://github.com/zerodaycode/Canyon-SQL"
77
readme = "../README.md"
88
license = "../LICENSE"
99
license-file = "LICENSE"
10-
Description = "A Rust ORM and QueryBuilder"
10+
description = "A Rust ORM and QueryBuilder"
1111

1212
[lib]
1313
proc-macro = true

canyon_observer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = "https://github.com/zerodaycode/Canyon-SQL"
77
readme = "../README.md"
88
license = "../LICENSE"
99
license-file = "LICENSE"
10-
Description = "A Rust ORM and QueryBuilder"
10+
description = "A Rust ORM and QueryBuilder"
1111

1212
[dependencies]
1313
tokio = { version = "1.9.0", features = ["full"] }

canyon_sql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage = "https://github.com/zerodaycode/Canyon-SQL"
88
readme = "../README.md"
99
license = "../LICENSE"
1010
license-file = "LICENSE"
11-
Description = "A Rust ORM and QueryBuilder"
11+
description = "A Rust ORM and QueryBuilder"
1212

1313
[dependencies]
1414
async-trait = { version = "0.1.50" }

0 commit comments

Comments
 (0)