mirror of
https://github.com/arnaucube/hyperplonk.git
synced 2026-01-11 16:41:28 +01:00
update nix to flake (#101)
* update nix to flake * add nix sanity check cronjob
This commit is contained in:
@@ -2,16 +2,12 @@
|
||||
name = "transcript"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
|
||||
merlin = { version = "3.0.0", default-features = false }
|
||||
|
||||
|
||||
ark-ff = { version = "^0.3.0", default-features = false }
|
||||
ark-serialize = { version = "^0.3.0", default-features = false }
|
||||
ark-std = { version = "^0.3.0", default-features = false }
|
||||
|
||||
displaydoc = { version = "0.2.3", default-features = false }
|
||||
merlin = { version = "3.0.0", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user