mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
9a864b5017
* allow flatshape (command line syntax) theming * renamed crate, organized
14 lines
320 B
TOML
14 lines
320 B
TOML
[package]
|
|
name = "nu-color-config"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
nu-protocol = { path = "../nu-protocol" }
|
|
# nu-ansi-term = { path = "../nu-ansi-term" }
|
|
nu-ansi-term = "0.39.0"
|
|
nu-json = { path = "../nu-json" }
|
|
nu-table = { path = "../nu-table" }
|
|
|
|
serde = { version="1.0.123", features=["derive"] }
|