leo/asg-passes/Cargo.toml

26 lines
568 B
TOML
Raw Normal View History

2021-03-07 16:45:00 +03:00
[package]
2021-03-10 20:57:27 +03:00
name = "leo-asg-passes"
version = "1.4.0"
2021-03-07 16:45:00 +03:00
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "The Leo programming language"
homepage = "https://aleo.org"
repository = "https://github.com/AleoHQ/leo"
keywords = [
"aleo",
"cryptography",
"leo",
"programming-language",
"zero-knowledge"
]
categories = [ "cryptography::cryptocurrencies", "web-programming" ]
2021-04-10 00:19:35 +03:00
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
2021-03-07 16:45:00 +03:00
license = "GPL-3.0"
edition = "2018"
[lib]
path = "src/lib.rs"
[dependencies.leo-asg]
2021-03-10 20:57:27 +03:00
path = "../asg"
version = "1.4.0"