Skip to content

Commit

Permalink
chore(wasm): add description and license to Cargo.toml (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Jan 18, 2024
1 parent cae383a commit f9f08ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions halo2-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
[package]
name = "halo2-wasm"
version = "0.3.3"
authors = ["Intrinsic Technologies"]
license = "MIT"
edition = "2021"
repository = "https://github.com/axiom-crypto/halo2-browser/halo2-wasm"
readme = "readme.md"
description = "Wasm bindings for the halo2 circuit library."
rust-version = "1.73.0"


[lib]
crate-type = ["cdylib", "lib"]
Expand Down

0 comments on commit f9f08ab

Please sign in to comment.