[package]
name = "otarustlings"
version = "1.0.0"
edition = "2021"
description = "otafablab rustlings"
license = "MIT"
repository = "https://gitlab.com/otafablab/otarustlings"
exclude = [
"cache/",
]
[lib]
name = "otarustlings"
path = "src/lib/lib.rs"
[[bin]]
name = "otarustlings"
path = "src/main.rs"
doc = false
[dependencies]
notify = "4.0.17"
walkdir = "2.3.2"
toml = "0.5.8"
serde = { version = "1.0.136", features = ["derive"] }
chrono = { version = "0.4.19", features = ["serde"] }
anyhow = { version = "1.0.56", features = ["backtrace"] }
itertools = "0.10.3"
thiserror = "1.0.30"
colored = "2.0.0"
lazy_static = "1.4.0"
rust-embed = { version = "6.4.0", features = ["include-exclude"] }
rust-embed-utils = { version = "7", features = ["include-exclude"] }
tempfile = "3.3.0"
tracing = "0.1.34"
tracing-subscriber = "0.3.11"
crossterm = "0.23.2"
clap = { version = "3.1.15", features = ["derive"] }