justrs 0.2.2

'justfile_temple.just' file You can change the justfile I want. It's for Rust only.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.93.1"
name = "justrs"
version = "0.2.2"
authors = ["GYoung <ytok1108@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
'justfile_temple.just' file You can change the justfile I want. It's for Rust only.
"""
documentation = "https://docs.rs/justrs"
readme = "README.md"
keywords = ["justfile"]
categories = [
    "command-line-utilities",
    "development-tools",
    "development-tools::build-utils",
]
license = "MIT"
repository = "https://github.com/YoungHaKim7/justrs"

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

[[bin]]
name = "justrs"
path = "src/main.rs"

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

[dependencies]

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