espup/Cargo.toml
dependabot[bot] 871d5df90c
build(deps): bump embuild from 0.30.3 to 0.30.4
Bumps [embuild](https://github.com/ivmarkov/embuild) from 0.30.3 to 0.30.4.
- [Release notes](https://github.com/ivmarkov/embuild/releases)
- [Commits](https://github.com/ivmarkov/embuild/compare/v0.30.3...v0.30.4)

---
updated-dependencies:
- dependency-name: embuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-26 08:34:22 +00:00

32 lines
870 B
TOML

[package]
name = "espup"
version = "0.1.0"
authors = ["Sergio Gasquez Arcos <sergio.gasquez@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/SergioGasquez/espup"
description = """
Tool for installing and maintaining ESP Rust toolchain.
"""
keywords = ["esp", "esp-rs", "embedded", "cli", "xtensa", "espidf"]
categories = ["command-line-utilities", "development-tools", "embedded"]
[dependencies]
anyhow = "*"
clap = { version = "3.2", features = ["derive"] }
dirs = "*"
flate2 = "1.0.22"
guess_host_triple = "0.1.3"
reqwest = { version = "0.11.12", features = ["blocking"] }
tar = "0.4.37"
zip = "*"
xz2 = "0.1.6"
console = "0.15.1"
tempfile = "3.3.0"
log = "0.4.17"
env_logger = "0.9.0"
embuild = { version = "0.30.4", features = ["espidf", "git"] }
strum = { version = "0.24", features = ["derive"] }