mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
35c7f37ded
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.4 to 0.10.5. - [Release notes](https://github.com/rust-itertools/itertools/releases) - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/commits) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
51 lines
968 B
TOML
51 lines
968 B
TOML
[package]
|
|
name = "leo-passes"
|
|
version = "1.5.3"
|
|
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" ]
|
|
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
|
|
license = "GPL-3.0"
|
|
edition = "2021"
|
|
rust-version = "1.63"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.indexmap]
|
|
version = "1.9"
|
|
|
|
[dependencies.leo-ast]
|
|
path = "../ast"
|
|
version = "1.5.3"
|
|
|
|
[dependencies.leo-errors]
|
|
path = "../../errors"
|
|
version = "1.5.3"
|
|
|
|
[dependencies.leo-parser]
|
|
path = "../parser"
|
|
version = "1.5.3"
|
|
|
|
[dependencies.leo-span]
|
|
path = "../span"
|
|
version = "1.5.3"
|
|
|
|
[dependencies.leo-core]
|
|
path = "../core"
|
|
version = "1.5.3"
|
|
|
|
[dependencies.itertools]
|
|
version = "0.10.5"
|
|
|
|
[dependencies.num-traits]
|
|
version = "0.2.15" |