mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-26 08:30:59 +03:00
c10858e6eb
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.7 to 0.12.8. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
49 lines
966 B
TOML
49 lines
966 B
TOML
[package]
|
|
name = "leo-errors"
|
|
version = "2.3.0"
|
|
authors = [ "The Leo Team <leo@provable.com>" ]
|
|
description = "Errors for the Leo programming language"
|
|
homepage = "https://leo-lang.org"
|
|
repository = "https://github.com/ProvableHQ/leo"
|
|
keywords = [
|
|
"aleo",
|
|
"cryptography",
|
|
"leo",
|
|
"programming-language",
|
|
"zero-knowledge"
|
|
]
|
|
categories = [ "compilers", "cryptography", "web-programming" ]
|
|
include = [ "Cargo.toml", "src", "README.md", "LICENSE.md" ]
|
|
license = "GPL-3.0"
|
|
edition = "2021"
|
|
rust-version = "1.69"
|
|
|
|
[dependencies.leo-span]
|
|
path = "../compiler/span"
|
|
version = "2.3.0"
|
|
|
|
[dependencies.anyhow]
|
|
version = "1.0"
|
|
|
|
[dependencies.backtrace]
|
|
version = "0.3.74"
|
|
|
|
[dependencies.colored]
|
|
version = "2.0.4"
|
|
|
|
[dependencies.color-backtrace]
|
|
version = "0.6.1"
|
|
|
|
[dependencies.derivative]
|
|
version = "2.2.0"
|
|
|
|
[dependencies.reqwest]
|
|
version = "0.12.8"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.210"
|
|
features = [ "derive", "rc" ]
|
|
|
|
[dependencies.thiserror]
|
|
version = "1.0.64"
|