-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (24 loc) · 761 Bytes
/
Cargo.toml
File metadata and controls
25 lines (24 loc) · 761 Bytes
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 = "wowAddonManager"
version = "1.1.0"
authors = ["Michael Reimsbach <mr201190@gmail.com>"]
edition = "2018"
license = "MIT"
description = "A TUI for managing WoW (retail and classic) addons."
readme = "README.md"
homepage = "https://github.com/MR2011/wowAddonManager"
repository = "https://github.com/MR2011/wowAddonManager"
keywords = ["wow", "addon", "classic", "curse", "tui"]
categories = ["command-line-utilities", "command-line-interface"]
[dependencies]
tui = "0.9.5"
termion = "1.5.5"
unicode-width = "0.1"
reqwest = { version = "0.10", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "0.2", features = ["full"] }
tempfile = "3.1.0"
zip = "0.5"
config = "0.9"
dirs = "3.0"