mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
40 lines
788 B
TOML
40 lines
788 B
TOML
[package]
|
|
name = "leo-stdlib"
|
|
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 = "2018"
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.leo-ast]
|
|
path = "../ast"
|
|
version = "1.5.3"
|
|
|
|
[dependencies.leo-errors]
|
|
path = "../../leo/errors"
|
|
version = "1.5.3"
|
|
|
|
[dependencies.leo-parser]
|
|
path = "../parser"
|
|
version = "1.5.3"
|
|
|
|
[dependencies.include_dir]
|
|
version = "0.6.1"
|
|
|
|
[dependencies.indexmap]
|
|
version = "1.7.0"
|