Skip to content

Commit

Permalink
add descriptions to crates
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Jul 23, 2023
1 parent f081af4 commit 8a62ba0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cannon-heap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "cannon-heap"
authors = ["Willem Olding <[email protected]>"]
description = "A heap allocator suitable for Cannon MIPS executables"
license = "LGPL-3.0"
version = "0.1.0"
edition = "2021"
Expand Down
1 change: 1 addition & 0 deletions cannon-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "cannon-io"
authors = ["Willem Olding <[email protected]>"]
description = "A crate that encapsulates all supported interactions between the cannon guest (provable progam) and the host. This includes stdout, preimage oracle, hinting and exit codes."
license = "LGPL-3.0"
version = "0.1.0"
edition = "2021"
Expand Down
1 change: 1 addition & 0 deletions cargo-cannon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "cargo-cannon"
authors = ["Willem Olding <[email protected]>"]
description = "A cargo subcommand for initializing and building Cannon Rust projects"
license = "LGPL-3.0"
version = "0.1.0"
edition = "2021"
Expand Down
1 change: 1 addition & 0 deletions preimage-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "preimage-server"
authors = ["Willem Olding <[email protected]>"]
description = "A simple preimage server process compatible with the Optimism `cannon` emulator. Can serve preimages from a json file."
license = "LGPL-3.0"
version = "0.1.0"
edition = "2021"
Expand Down

0 comments on commit 8a62ba0

Please sign in to comment.