[package]
edition = "2024"
name = "bash-loadable"
version = "0.1.1-indev"
authors = ["ErisianArchitect <github.com/ErisianArchitect>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple library for making Bash loadable builtins."
documentation = "https://docs.rs/bash-loadable"
readme = false
license = "MIT"
repository = "https://github.com/ErisianArchitect/bash-loadable"
[lib]
name = "bash_loadable"
path = "src/lib.rs"
[dependencies.paste]
version = "1.0.15"