aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_prompt/Cargo.toml
blob: 9f6e2439e242735b0b1435b22abc3ddeb03b8911 (plain) (blame)
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
[package]
name = "whirl_prompt"
version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2018"
description = "The Whirl Shell, for local interaction."
documentation = "https://whirlsplash.org/docs/"
readme = "../../README.rst"
homepage = "https://whirlsplash.org"
repository = "https://github.com/Whirlsplash/whirl"
license = "GPL-3.0-only"
# license-file = "LICENSE"
keywords = ["rust", "worldserver", "whirl", "whirlsplash"]
publish = false

[dependencies]
# Utility
sysinfo = "0.18.0"
colour = "0.6.0"

# Config
whirl_config = { path = "../whirl_config" }

# Web
curl = "0.4.37"