[[bin]]
name = "limp"
path = "src/main.rs"
[dependencies.clap]
version = "4.5.23"
[dependencies.serde]
features = ["derive"]
version = "1.0.210"
[dependencies.serde_json]
version = "1.0.128"
[dependencies.thiserror]
version = "2.0.8"
[dependencies.ureq]
version = "2.10.1"
[lib]
name = "limp"
path = "src/lib.rs"
[package]
authors = ["Nobel von it"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "effortless project initialization and dependency management"
edition = "2021"
license = "MIT"
name = "limp"
readme = "README.md"
repository = "https://github.com/nobel-von-it/limp"
version = "0.2.1"
[[test]]
name = "actions"
path = "tests/actions.rs"
[[test]]
name = "crates"
path = "tests/crates.rs"
[[test]]
name = "files"
path = "tests/files.rs"
[[test]]
name = "storage"
path = "tests/storage.rs"