chore: fix some Cargo.tomls (#521)

* chore: fix some Cargo.tomls

* chore: publish `air-testing-framework`

As it is a dev dependency to `aquavm-air` crate.
This commit is contained in:
Ivan Boldyrev 2023-03-15 21:28:10 +07:00 committed by GitHub
parent 126d5507c8
commit a96a52db27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@ version = "0.37.1"
description = "Interpreter of AIR scripts intended to coordinate request flow in the Fluence network"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/fluencelabs/aquavm"
documentation = "https://docs.rs/aquavm-air"
keywords = ["fluence", "air", "webassembly", "programming-language"]

View File

@ -6,7 +6,7 @@ authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/test-framework"
publish = false
documentation = "https://docs.rs/air-testing-framework"
keywords = ["fluence", "air", "test"]
[lib]

View File

@ -2,6 +2,7 @@
name = "cidify"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
air-interpreter-cid = { version = "0.2.0", path = "../../crates/air-lib/interpreter-cid" }