[package] name = "zabrze" version = "0.4.0" authors = ['Ryooooooga '] description = 'ZSH abbreviation exapansion plugin' license = 'MIT' readme = 'README.md' repository = 'https://github.com/Ryooooooga/zabrze' keywords = ['zsh', 'zsh-plugin'] edition = '2021' [dependencies] ansi_term = "0.12" clap = { version = "4.0", features = ["derive"] } glob = "0.3" regex = "1.5" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9" shell-escape = "0.1" thiserror = "1.0"