summaryrefslogtreecommitdiffstats
path: root/starship_module_config_derive/Cargo.toml
blob: 95df616ca176d889b70edb77df43d551dd71e4ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "starship_module_config_derive"
version = "0.20.0"
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"

[dev-dependencies]
starship = { version = "0.20.0", path = "../starship" }