lacy 0.4.0

Fast magical cd alternative for lazy terminal navigators
Documentation
[[bin]]
name = "lacy"
path = "src/main.rs"

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

[dependencies.dialoguer]
version = "0.11"

[lib]
name = "lacy"
path = "src/lib.rs"

[package]
authors = ["timothebot"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fast magical cd alternative for lazy terminal navigators"
edition = "2021"
exclude = [".github/*", "test/*", "devtools/*"]
homepage = "https://github.com/timothebot/lacy"
license = "MIT"
name = "lacy"
readme = "README.md"
repository = "https://github.com/timothebot/lacy"
version = "0.4.0"

[profile.release]
codegen-units = 1
lto = true

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"