[package]
authors = ["Ashutosh Varma <ashutoshvarma11@live.com>"]
edition = "2018"
name = "patch-test-crate_121213131213131"
version = "0.1.0"
description ="test crate to find whether [patch] can be published in crates-io"
license = "MIT"
[dependencies]
ark-pallas = "0.3.0"
[patch.crates-io]
ark-ec = {package = "ark-ec", git = "https://github.com/arkworks-rs/algebra"}
ark-ff = {package = "ark-ff", git = "https://github.com/arkworks-rs/algebra"}
ark-serialize = {package = "ark-serialize", git = "https://github.com/arkworks-rs/algebra"}