[package] name = "isolationism" version = "0.1.69420" edition = "2021" license = "Unlicense" description = "Generates a shell script that runs an application in an isolated home directory" homepage = "https://github.com/thebearodactyl/app-isolator" readme = "README.md" keywords = ["isolation", "home", "binary", "generator", "script"] include = [ "Cargo.toml", "README.md", "src/*", "justfile" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "isolationism" [dependencies] clap = { version = "4.4.8", features = ["derive"] } envmnt = "0.10.4" liquid = "0.26.4" [profile.release] opt-level = 3 lto = true strip = true