summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 54cff9c8a7cf1bb8e0ffff41609b58b40129e830 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "my-dashboard"
version = "0.1.0"
edition = "2021"

[dependencies]
fantoccini = "0.19.3"
tokio = { version = "1", features = ["full"] }
log = "0.4"
pretty_env_logger = "0.4"
clap = { version = "4.3.11", features = ["derive"] }