Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Prepare 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Jul 29, 2024
1 parent 1e652c5 commit a6d1369
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 17 deletions.
49 changes: 37 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,24 @@ name = "boojum-cuda"
version = "0.1.0"
edition = "2021"
build = "build/main.rs"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
repository = "https://github.com/matter-labs/era-boojum-cuda"
license = "MIT OR Apache-2.0"
keywords = ["blockchain", "zksync"]
categories = ["cryptography"]
description = "Boojum-CUDA is a library implementing GPU-accelerated cryptographic functionality for the zkSync prover"

[build-dependencies]
boojum = { git = "https://github.com/matter-labs/era-boojum.git", branch = "main" }
cudart-sys = { git = "https://github.com/matter-labs/era-cuda.git", branch = "main", package = "cudart-sys" }
boojum = "=0.2.0"
cudart-sys = { version = "=0.1.0", package = "era_cudart_sys" }
cmake = "0.1"
itertools = "0.13"

[dependencies]
boojum = { git = "https://github.com/matter-labs/era-boojum.git", branch = "main" }
cudart = { git = "https://github.com/matter-labs/era-cuda.git", branch = "main", package = "cudart" }
cudart-sys = { git = "https://github.com/matter-labs/era-cuda.git", branch = "main", package = "cudart-sys" }
boojum = "=0.2.0"
cudart = { version = "=0.1.0", package = "era_cudart" }
cudart-sys = { version = "=0.1.0", package = "era_cudart_sys" }
itertools = "0.13"
lazy_static = "1.4"

Expand Down

0 comments on commit a6d1369

Please sign in to comment.