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:
Ivan Boldyrev 2022-12-26 20:58:04 +07:00 committed by GitHub
parent 3c24658919
commit 03e63810f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ edition = "2018"
license = "Apache-2.0"
documentation = "https://docs.rs/air-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"]
[dependencies]