forked from extern/nushell
a63a5adafa
* remove unused dependencies * moved umask to cfg(unix) * changed Inflector to inflector, hoping it fixes the issue. * roll back Inflector * removed commented out deps now that everything looks good.
20 lines
372 B
TOML
20 lines
372 B
TOML
[package]
|
|
authors = ["The Nu Project Contributors"]
|
|
description = "A source string characterizer for Nushell"
|
|
edition = "2018"
|
|
license = "MIT"
|
|
name = "nu-source"
|
|
version = "0.19.0"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
derive-new = "0.5.8"
|
|
getset = "0.1.1"
|
|
pretty = "0.5.2"
|
|
serde = { version = "1.0.115", features = ["derive"] }
|
|
termcolor = "1.1.0"
|
|
|
|
[build-dependencies]
|