diff --git a/Cargo.Bazel.lock b/Cargo.Bazel.lock index cdb1b81c..0b2184bc 100644 --- a/Cargo.Bazel.lock +++ b/Cargo.Bazel.lock @@ -1,5 +1,5 @@ { - "checksum": "2c1439d8a6f5e5e947910f79f08a6957329dd8faa28fd090d90b8fee05d5fb05", + "checksum": "7097bb641d9d3227ef5d56759d251412990214259daefc4d4d7491c96273659a", "crates": { "addr2line 0.20.0": { "name": "addr2line", @@ -5076,7 +5076,7 @@ }, "version": "0.1.0" }, - "license": null + "license": "Apache-2.0" }, "icrc1-test-env-replica 0.1.0": { "name": "icrc1-test-env-replica", @@ -5139,7 +5139,7 @@ }, "version": "0.1.0" }, - "license": null + "license": "Apache-2.0" }, "icrc1-test-env-state-machine 0.1.0": { "name": "icrc1-test-env-state-machine", @@ -5194,7 +5194,7 @@ }, "version": "0.1.0" }, - "license": null + "license": "Apache-2.0" }, "icrc1-test-replica 0.1.0": { "name": "icrc1-test-replica", @@ -5240,7 +5240,7 @@ "edition": "2018", "version": "0.1.0" }, - "license": null + "license": "Apache-2.0" }, "icrc1-test-runner 0.1.0": { "name": "icrc1-test-runner", @@ -5284,7 +5284,7 @@ "edition": "2018", "version": "0.1.0" }, - "license": null + "license": "Apache-2.0" }, "icrc1-test-suite 0.1.0": { "name": "icrc1-test-suite", @@ -5326,7 +5326,7 @@ "edition": "2018", "version": "0.1.0" }, - "license": null + "license": "Apache-2.0" }, "idna 0.2.3": { "name": "idna", diff --git a/Cargo.toml b/Cargo.toml index 7df7d156..67bab4c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,8 @@ tempfile = "3.3" tokio = { version = "1.20.1", features = ["macros"] } [workspace.package] -version = "0.1.0" -authors = ["Nice Folks"] -description = "A short description of my package" -documentation = "https://example.com/bar" \ No newline at end of file +authors = ["DFINITY Stiftung "] +edition = "2018" +repository = "https://github.com/dfinity/ICRC-1" +rust-version = "1.31.0" +license = "Apache-2.0" \ No newline at end of file diff --git a/test/env/Cargo.toml b/test/env/Cargo.toml index c552aa3c..e5706a88 100644 --- a/test/env/Cargo.toml +++ b/test/env/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "icrc1-test-env" -edition = "2018" version = "0.1.0" +authors = { workspace = true } +edition = { workspace = true } +license = { workspace = true } +rust-version = { workspace = true } +repository = { workspace = true } [lib] path = "lib.rs" diff --git a/test/env/replica/Cargo.toml b/test/env/replica/Cargo.toml index af0f4dcc..b1d4989d 100644 --- a/test/env/replica/Cargo.toml +++ b/test/env/replica/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "icrc1-test-env-replica" -edition = "2018" version = "0.1.0" +authors = { workspace = true } +edition = { workspace = true } +license = { workspace = true } +rust-version = { workspace = true } +repository = { workspace = true } [lib] path = "lib.rs" diff --git a/test/env/state-machine/Cargo.toml b/test/env/state-machine/Cargo.toml index 95c4cf43..6c2565d5 100644 --- a/test/env/state-machine/Cargo.toml +++ b/test/env/state-machine/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "icrc1-test-env-state-machine" -edition = "2018" version = "0.1.0" +authors = { workspace = true } +edition = { workspace = true } +license = { workspace = true } +rust-version = { workspace = true } +repository = { workspace = true } [lib] path = "lib.rs" diff --git a/test/replica/Cargo.toml b/test/replica/Cargo.toml index 11e8735c..93ec8018 100644 --- a/test/replica/Cargo.toml +++ b/test/replica/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "icrc1-test-replica" version = "0.1.0" -edition = "2018" +authors = { workspace = true } +edition = { workspace = true } +license = { workspace = true } +rust-version = { workspace = true } +repository = { workspace = true } [lib] path = "lib.rs" diff --git a/test/runner/Cargo.toml b/test/runner/Cargo.toml index 7fafe42f..6984c8bb 100644 --- a/test/runner/Cargo.toml +++ b/test/runner/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "icrc1-test-runner" -edition = "2018" version = "0.1.0" +authors = { workspace = true } +edition = { workspace = true } +license = { workspace = true } +rust-version = { workspace = true } +repository = { workspace = true } [[bin]] name = "runner" diff --git a/test/suite/Cargo.toml b/test/suite/Cargo.toml index 18f2c170..d772215f 100644 --- a/test/suite/Cargo.toml +++ b/test/suite/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "icrc1-test-suite" -edition = "2018" version = "0.1.0" +authors = { workspace = true } +edition = { workspace = true } +license = { workspace = true } +rust-version = { workspace = true } +repository = { workspace = true } [lib] path = "lib.rs"