mirror of
https://github.com/fluencelabs/aquavm
synced 2025-04-24 23:02:16 +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"
|
||||
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"]
|
||||
|
@ -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]
|
||||
|
@ -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" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user