fast-cli-core 0.1.5

API implementation for running fast.com anywhere
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "fast-cli-core"
description = "API implementation for running fast.com anywhere"
version = "0.1.5"
edition = "2021"
authors = ["Federico Dionisi <code@fdionisi.me>"]
repository = "https://github.com/fdionisi/fast-cli/"
license = "MIT"

[dependencies]
anyhow = { workspace = true }
futures = { workspace = true }
headless_chrome = { version = "1.0.1" }

[dev-dependencies]
tokio = { workspace = true , features = ["full"] }