mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-04 15:20:16 +00:00
Delete double description field from Cargo.toml (#155)
This commit is contained in:
parent
582d07d2bb
commit
e282a93ce7
@ -23,6 +23,6 @@ exclude = [
|
||||
opt-level = 3
|
||||
# since the interpreter in actively development stage, these settings are true at least for a while
|
||||
debug = true
|
||||
debug-assertions = true
|
||||
overflow-checks = true
|
||||
debug-assertions = false
|
||||
panic = "unwind"
|
||||
|
@ -1,10 +1,9 @@
|
||||
[package]
|
||||
name = "air"
|
||||
version = "0.15.0"
|
||||
description = "Implementation of the AIR interpreter"
|
||||
description = "Interpreter of AIR scripts intended to coordinate request flow in the Fluence network"
|
||||
authors = ["Fluence Labs"]
|
||||
edition = "2018"
|
||||
description = "Interpreter of AIR scripts intended to coordinate request flow in the Fluence network"
|
||||
repository = "https://github.com/fluencelabs/aquavm"
|
||||
publish = false
|
||||
keywords = ["fluence", "air", "webassembly", "programming-language"]
|
||||
|
Loading…
Reference in New Issue
Block a user