mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-25 15:22:18 +00:00
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:
parent
126d5507c8
commit
a96a52db27
@ -4,6 +4,7 @@ version = "0.37.1"
|
|||||||
description = "Interpreter of AIR scripts intended to coordinate request flow in the Fluence network"
|
description = "Interpreter of AIR scripts intended to coordinate request flow in the Fluence network"
|
||||||
authors = ["Fluence Labs"]
|
authors = ["Fluence Labs"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
license = "Apache-2.0"
|
||||||
repository = "https://github.com/fluencelabs/aquavm"
|
repository = "https://github.com/fluencelabs/aquavm"
|
||||||
documentation = "https://docs.rs/aquavm-air"
|
documentation = "https://docs.rs/aquavm-air"
|
||||||
keywords = ["fluence", "air", "webassembly", "programming-language"]
|
keywords = ["fluence", "air", "webassembly", "programming-language"]
|
||||||
|
@ -6,7 +6,7 @@ authors = ["Fluence Labs"]
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/test-framework"
|
repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/test-framework"
|
||||||
publish = false
|
documentation = "https://docs.rs/air-testing-framework"
|
||||||
keywords = ["fluence", "air", "test"]
|
keywords = ["fluence", "air", "test"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
name = "cidify"
|
name = "cidify"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
air-interpreter-cid = { version = "0.2.0", path = "../../crates/air-lib/interpreter-cid" }
|
air-interpreter-cid = { version = "0.2.0", path = "../../crates/air-lib/interpreter-cid" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user