Skip to content

Commit 93cb3ae

Browse files
committed
Add description to Cargo.toml
1 parent 13ce477 commit 93cb3ae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

chisel/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "chisel"
3+
description = "Some useful utilities to transform WebAssembly binaries, most importantly for WebAssembly used in a deterministic / blockchain context"
34
version = "0.1.0"
45
authors = ["Alex Beregszaszi <[email protected]>"]
56
license = "Apache-2.0"

libchisel/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "libchisel"
3+
description = "Some useful utilities to transform WebAssembly binaries, most importantly for WebAssembly used in a deterministic / blockchain context"
34
version = "0.1.0"
45
authors = ["Alex Beregszaszi <[email protected]>", "Jake Lang <[email protected]>"]
56
license = "Apache-2.0"

0 commit comments

Comments
 (0)