Files
starship/starship_module_config_derive/Cargo.toml
T

26 lines
672 B
TOML
Raw Normal View History

2019-09-30 20:10:35 +08:00
[package]
name = "starship_module_config_derive"
version = "0.2.1"
2019-09-30 20:10:35 +08:00
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 = """
2020-02-12 21:46:00 -05:00
The minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️
2019-09-30 20:10:35 +08:00
"""
2021-04-01 18:45:13 +02:00
include = ["src/**/*", "LICENSE", "README.md"]
2019-09-30 20:10:35 +08:00
[lib]
name = "starship_module_config_derive"
proc-macro = true
[dependencies]
proc-macro2 = "~1"
quote = "~1"
syn = "~1"