1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-20 09:02:23 +00:00
starship/starship_module_config_derive/Cargo.toml
2019-12-07 16:43:44 -05:00

26 lines
611 B
TOML

[package]
name = "starship_module_config_derive"
version = "0.1.1"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
homepage = "https://starship.rs"
documentation = "https://starship.rs/guide/"
repository = "https://github.com/starship/starship"
readme = "README.md"
license = "ISC"
keywords = ["prompt", "shell", "bash", "fish", "zsh"]
categories = ["command-line-utilities"]
description = """
The cross-shell prompt for astronauts. ☄🌌️
"""
exclude = ["docs/**/*"]
[lib]
name = "starship_module_config_derive"
proc-macro = true
[dependencies]
proc-macro2 = "~1"
quote = "~1"
syn = "~1"