leo/imports/Cargo.toml
dependabot-preview[bot] c764020b4e
Bump indexmap from 1.6.1 to 1.6.2
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Commits](https://github.com/bluss/indexmap/compare/1.6.1...1.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-09 00:46:13 +00:00

41 lines
832 B
TOML

[package]
name = "leo-imports"
version = "1.2.3"
authors = [ "The Aleo Team <hello@aleo.org>" ]
description = "Import parser for Leo program package dependencies"
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.leo-ast]
path = "../ast"
version = "1.2.3"
[dependencies.leo-asg]
path = "../asg"
version = "1.2.3"
[dependencies.leo-parser]
path = "../parser"
version = "1.2.3"
[dependencies.indexmap]
version = "1.6.2"
features = [ "serde-1" ]
[dependencies.thiserror]
version = "1.0"
[dependencies.tracing]
version = "0.1"