Skip to content

Commit 74caf09

Browse files
committed
Setting up manifests for crates.io
1 parent 6921b65 commit 74caf09

5 files changed

Lines changed: 10 additions & 11 deletions

File tree

canyon_connection/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ version = "0.1.0"
44
edition = "2021"
55
documentation = "https://zerodaycode.github.io/canyon-book/"
66
homepage = "https://github.com/zerodaycode/Canyon-SQL"
7-
readme = "README.md"
8-
license = "MIT"
9-
license-file = "LICENSE"
7+
readme = "../README.md"
8+
license = "../LICENSE"
109
Description = "A Rust ORM and QueryBuilder"
1110

1211

canyon_crud/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "0.1.0"
44
edition = "2021"
55
documentation = "https://zerodaycode.github.io/canyon-book/"
66
homepage = "https://github.com/zerodaycode/Canyon-SQL"
7-
readme = "README.md"
8-
license = "MIT"
7+
readme = "../README.md"
8+
license = "../LICENSE"
99
license-file = "LICENSE"
1010
Description = "A Rust ORM and QueryBuilder"
1111

canyon_macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "0.1.0"
44
edition = "2021"
55
documentation = "https://zerodaycode.github.io/canyon-book/"
66
homepage = "https://github.com/zerodaycode/Canyon-SQL"
7-
readme = "README.md"
8-
license = "MIT"
7+
readme = "../README.md"
8+
license = "../LICENSE"
99
license-file = "LICENSE"
1010
Description = "A Rust ORM and QueryBuilder"
1111

canyon_observer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "0.1.0"
44
edition = "2021"
55
documentation = "https://zerodaycode.github.io/canyon-book/"
66
homepage = "https://github.com/zerodaycode/Canyon-SQL"
7-
readme = "README.md"
8-
license = "MIT"
7+
readme = "../README.md"
8+
license = "../LICENSE"
99
license-file = "LICENSE"
1010
Description = "A Rust ORM and QueryBuilder"
1111

canyon_sql/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2021"
55
authors = ["Alex Vergara<pyzyryab@tutanota.com>, Gonzalo Busto<gbm25@gmail.com>"]
66
documentation = "https://zerodaycode.github.io/canyon-book/"
77
homepage = "https://github.com/zerodaycode/Canyon-SQL"
8-
readme = "README.md"
9-
license = "MIT"
8+
readme = "../README.md"
9+
license = "../LICENSE"
1010
license-file = "LICENSE"
1111
Description = "A Rust ORM and QueryBuilder"
1212

0 commit comments

Comments
 (0)