mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-05 04:47:58 +00:00
8af677c811
* feat(config): print a suggestion for unknown fields * Fix typo Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com> Co-authored-by: Thomas O'Donnell <andytom@users.noreply.github.com>
26 lines
672 B
TOML
26 lines
672 B
TOML
[package]
|
|
name = "starship_module_config_derive"
|
|
version = "0.2.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 minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️
|
|
"""
|
|
include = ["src/**/*", "LICENSE", "README.md"]
|
|
|
|
[lib]
|
|
name = "starship_module_config_derive"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "~1"
|
|
quote = "~1"
|
|
syn = "~1"
|