untildify/Cargo.toml
2022-03-02 22:19:30 +01:00

20 lines
560 B
TOML

[package]
name = "untildify"
description = "Utility to replace ~ with user home directory."
version = "0.1.1"
edition = "2018"
license = "MIT"
readme = "README.md"
authors = ["sathishsoundharajan <sathishwelcomez@ymail.com>"]
categories = ["development-tools"]
homepage = "https://github.com/sathishsoundharajan/untildify"
repository = "https://github.com/sathishsoundharajan/untildify"
keywords = ["tilde", "untildify", "utility"]
documentation = "https://docs.rs/untildify"
[badges.maintenance]
status = "actively-developed"
[dependencies]
regex = "1.5.4"