-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
executable file
·27 lines (23 loc) · 949 Bytes
/
Cargo.toml
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
26
27
[package]
name = "braiin_clock"
version = "0.2.0"
author = "Bayernator"
license = "MIT"
description = "A CLI tool that allows you to broadcast current Braiins Pool bitcoin mining info from your user profile directly to your BlockClock Mini"
readme = "README.md"
homepage = "https://github.com/Bayernatoor/braiins_clock"
repository = "https://github.com/Bayernatoor/braiins_clock"
keywords = ["cli", "bitcoin", "slushpool", "Braiins"]
categories = ["command-line-utilities"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1.21.2", features = ["full"] }
serde = { version = "1.0.147", features = ["derive", "std"] }
serde_json = "1.0.87"
futures = "0.3"
dotenv = "0.15.0"
hyper = "0.14.23"
#[target.x86_64.unknown-linux-gnu]
#rustflags = ["-C", "linker=clang", "-C", "link-arg=-fuse-ld=lld"]