mirror of
https://github.com/circify/circ.git
synced 2026-04-21 03:00:54 -04:00
20 lines
466 B
TOML
20 lines
466 B
TOML
[package]
|
|
name = "circ_fields"
|
|
version = "0.1.0"
|
|
authors = ["kwantam <kwantam@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ff = { version = "0.11", features = ["derive"] }
|
|
ff_derive = { git = "https://github.com/kwantam/ff.git", rev = "b3041c177b9ae28095c9ce8347600212252abc83" }
|
|
ff-derive-num = "0.2"
|
|
lazy_static = "1.4"
|
|
num-traits = "0.2"
|
|
paste = "1.0"
|
|
rand = "0.8"
|
|
rug = "1.11"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
[dev-dependencies]
|
|
rand = "0.8"
|