roastlings 0.1.0

Advanced Rust exercises for roasted rustlings
[[bin]]
name = "roastlings"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.colored]
version = "2.0"

[dependencies.indicatif]
version = "0.17"

[dependencies.notify]
version = "6.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dev-dependencies.tempfile]
version = "3.0"

[package]
authors = ["Noroutine GmbH <info@noroutine.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Advanced Rust exercises for roasted rustlings"
documentation = "https://docs.rs/roastlings"
edition = "2021"
homepage = "https://github.com/noroutine/roastlings"
keywords = ["rust", "tutorial", "learning", "exercises", "advanced"]
license = "MIT OR Apache-2.0"
name = "roastlings"
readme = "README.md"
repository = "https://github.com/noroutine/roastlings"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true