summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 076e22a23e6b47e7107d5adfa9919a19c2e84e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "so"
version = "0.1.0"
authors = ["Sam Tay <sam.chong.tay@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
crossterm = "0.17"
clap = "2.33"
directories = "2.0"
flate2 = "1.0"
reqwest = { version = "0.10", features = ["blocking"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.8"
termimad = "0.8"
minimad = "0.6"
lazy_static = "1.4"