- Remove executable permissions from configuration files (.editorconfig, .env.example, .gitignore) - Remove executable permissions from documentation files (README.md, LICENSE, SECURITY.md) - Remove executable permissions from web assets (HTML, CSS, JS files) - Remove executable permissions from data files (JSON, SQL, YAML, requirements.txt) - Remove executable permissions from source code files across all apps - Add executable permissions to Python
13 lines
261 B
TOML
13 lines
261 B
TOML
[package]
|
|
name = "gpu_zk_research"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
halo2 = { version = "0.1.0-beta.2" }
|
|
halo2_proofs = { version = "0.1.0-beta.2" }
|
|
halo2_gadgets = { version = "0.1.0-beta.2" }
|
|
pasta_curves = "0.5"
|
|
rand = "0.8"
|
|
anyhow = "1.0"
|