summaryrefslogtreecommitdiffstats
path: root/ozone-cli/Cargo.toml
blob: 730a37f2fc93b2134b27365a402ef7ff74ed6503 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "ozone-cli"
version = "0.1.0"
edition = "2021"

[dependencies]
sysinfo = { version = "0.33.1", features = ["system", "multithread"] }
o3launcher = { path = ".." }
tokio = { version = "1.43.0", features = ["rt", "rt-multi-thread", "macros"] }
tokio-macros = "2.5.0"
simple_logger = { version = "5.0.0", features = ["colors"] }