[[bin]]
name = "justrs"
path = "src/main.rs"
[dependencies]
[dev-dependencies.tempfile]
version = "3.8"
[lib]
name = "justrs"
path = "src/lib.rs"
[package]
authors = ["GYoung <ytok1108@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "development-tools::build-utils"]
description = """
input.txt You can change the justfile I want. It's for Rust only.
"""
documentation = "https://docs.rs/justrs"
edition = "2024"
keywords = ["justfile"]
license = "MIT"
name = "justrs"
readme = "README.md"
repository = "https://github.com/YoungHaKim7/justrs"
rust-version = "1.91"
version = "0.1.5"
[[test]]
name = "simple_integration_tests"
path = "tests/simple_integration_tests.rs"
[[test]]
name = "test_execute_shell_command"
path = "tests/test_execute_shell_command.rs"