mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 15:41:36 +03:00
32 lines
715 B
TOML
32 lines
715 B
TOML
[package]
|
|
name = "leo-imports"
|
|
version = "1.0.4"
|
|
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.0.4"
|
|
|
|
[dependencies.leo-grammar]
|
|
path = "../grammar"
|
|
version = "1.0.4"
|
|
|
|
[dependencies.thiserror]
|
|
version = "1.0"
|
|
|
|
[dependencies.tracing]
|
|
version = "0.1" |