mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-10 13:24:15 +03:00
4fd6cf5a14
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.6.2 to 1.7.0. - [Release notes](https://github.com/bluss/indexmap/releases) - [Commits](https://github.com/bluss/indexmap/compare/1.6.2...1.7.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
51 lines
942 B
TOML
51 lines
942 B
TOML
[package]
|
|
name = "leo-asg"
|
|
version = "1.5.2"
|
|
authors = [ "The Aleo Team <hello@aleo.org>" ]
|
|
description = "ASG of 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" ]
|
|
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
|
|
license = "GPL-3.0"
|
|
edition = "2018"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
|
|
[dependencies.serde_json]
|
|
version = "1.0"
|
|
|
|
[dependencies.indexmap]
|
|
version = "1.7"
|
|
|
|
[dependencies.thiserror]
|
|
version = "1.0"
|
|
|
|
[dependencies.leo-ast]
|
|
version = "1.5.2"
|
|
path = "../ast"
|
|
|
|
[dependencies.leo-parser]
|
|
version = "1.5.2"
|
|
path = "../parser"
|
|
|
|
[dependencies.num-bigint]
|
|
version = "0.4"
|
|
|
|
[dependencies.typed-arena]
|
|
version = "2.0"
|
|
|
|
[dependencies.tendril]
|
|
version = "0.4"
|
|
|
|
[dev-dependencies.criterion]
|
|
version = "0.3"
|