summaryrefslogtreecommitdiff
path: root/ci-lib-native/Cargo.toml
blob: 7a4e665821256f9cd6e7d4daf2289067470aaeb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "ci-lib-native"
version = "0.0.1"
authors = [ "iximeow <me@iximeow.net>" ]
license = "0BSD"
edition = "2021"
description = "shared code across the ci project that is applicable for native targets (uses tokio, etc)"

[lib]

[dependencies]
ci-lib-core = { path = "../ci-lib-core" }
tokio = { version = "*", features = ["full"] }
futures-util = "*"
axum = "*"
hyper = "*"
serde_json = "*"
serde = { version = "*", features = ["derive"] }
lettre = "*"
reqwest = "*"