patch-test-crate_121213131213131 0.1.0

test crate to find whether [patch] can be published in crates-io
[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"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[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"}