mirror of
https://github.com/fluencelabs/aquavm
synced 2025-03-15 20:40:50 +00:00
fix(interpreter-cid): fix Cargo.toml keyword list (#412)
It was too long, and the crate was rejected by the crates.io.
This commit is contained in:
parent
3c24658919
commit
03e63810f4
@ -7,7 +7,7 @@ edition = "2018"
|
|||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
documentation = "https://docs.rs/air-interpreter-cid"
|
documentation = "https://docs.rs/air-interpreter-cid"
|
||||||
repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/air-lib/interpreter-cid"
|
repository = "https://github.com/fluencelabs/aquavm/tree/master/crates/air-lib/interpreter-cid"
|
||||||
keywords = ["fluence", "air", "webassembly", "programming-language", "cid", "ipld"]
|
keywords = ["fluence", "air", "programming-language", "cid", "ipld"]
|
||||||
categories = ["wasm"]
|
categories = ["wasm"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user