mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
Sample data moved
This commit is contained in:
parent
275126d76d
commit
6824c9c7a4
@ -1,26 +0,0 @@
|
|||||||
{
|
|
||||||
"glossary": {
|
|
||||||
"title": "example glossary",
|
|
||||||
"GlossDiv": {
|
|
||||||
"title": "S",
|
|
||||||
"GlossList": {
|
|
||||||
"GlossEntry": {
|
|
||||||
"ID": "SGML",
|
|
||||||
"SortAs": "SGML",
|
|
||||||
"GlossTerm": "Standard Generalized Markup Language",
|
|
||||||
"Acronym": "SGML",
|
|
||||||
"Abbrev": "ISO 8879:1986",
|
|
||||||
"Height": 10,
|
|
||||||
"GlossDef": {
|
|
||||||
"para": "A meta-markup language, used to create markup languages such as DocBook.",
|
|
||||||
"GlossSeeAlso": [
|
|
||||||
"GML",
|
|
||||||
"XML"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"GlossSee": "markup"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,58 +0,0 @@
|
|||||||
[package]
|
|
||||||
name = "nu"
|
|
||||||
version = "0.1.1"
|
|
||||||
authors = ["Yehuda Katz <wycats@gmail.com>"]
|
|
||||||
description = "A shell for the GitHub era"
|
|
||||||
license = "ISC"
|
|
||||||
edition = "2018"
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
rustyline = "4.1.0"
|
|
||||||
sysinfo = "0.8.4"
|
|
||||||
chrono = { version = "0.4.6", features = ["serde"] }
|
|
||||||
chrono-tz = "0.5.1"
|
|
||||||
derive-new = "0.5.6"
|
|
||||||
prettytable-rs = "0.8.0"
|
|
||||||
itertools = "0.8.0"
|
|
||||||
ansi_term = "0.11.0"
|
|
||||||
conch-parser = "0.1.1"
|
|
||||||
nom = "5.0.0-beta1"
|
|
||||||
subprocess = "0.1.18"
|
|
||||||
dunce = "1.0.0"
|
|
||||||
indexmap = { version = "1.0.2", features = ["serde-1"] }
|
|
||||||
chrono-humanize = "0.0.11"
|
|
||||||
byte-unit = "2.1.0"
|
|
||||||
ordered-float = "1.0.2"
|
|
||||||
prettyprint = "0.6.0"
|
|
||||||
cursive = { version = "0.12.0", features = ["pancurses-backend"], default-features = false }
|
|
||||||
futures-preview = { version = "0.3.0-alpha.16", features = ["compat", "io-compat"] }
|
|
||||||
futures-sink-preview = "0.3.0-alpha.16"
|
|
||||||
tokio-fs = "0.1.6"
|
|
||||||
futures_codec = "0.2.2"
|
|
||||||
term = "0.5.2"
|
|
||||||
bytes = "0.4.12"
|
|
||||||
log = "0.4.6"
|
|
||||||
pretty_env_logger = "0.3.0"
|
|
||||||
lalrpop-util = "0.17.0"
|
|
||||||
regex = "1.1.6"
|
|
||||||
serde = "1.0.91"
|
|
||||||
serde_json = "1.0.39"
|
|
||||||
serde_derive = "1.0.91"
|
|
||||||
getset = "0.0.7"
|
|
||||||
logos = "0.10.0-rc2"
|
|
||||||
logos-derive = "0.10.0-rc2"
|
|
||||||
language-reporting = "0.3.0"
|
|
||||||
app_dirs = "1.2.1"
|
|
||||||
toml = "0.5.1"
|
|
||||||
toml-query = "0.9.0"
|
|
||||||
clap = "2.33.0"
|
|
||||||
git2 = "0.8.0"
|
|
||||||
|
|
||||||
[dependencies.pancurses]
|
|
||||||
version = "0.16"
|
|
||||||
features = ["win32a"]
|
|
||||||
|
|
||||||
[dev-dependencies]
|
|
||||||
pretty_assertions = "0.6.1"
|
|
Loading…
Reference in New Issue
Block a user