pr-tracker/Cargo.toml
2024-07-26 21:40:37 +02:00

37 lines
790 B
TOML

# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>
[package]
name = "pr-tracker"
version = "1.5.0"
authors = ["Patrick <patrick@failmail.dev>"]
edition = "2021"
license = "AGPL-3.0-or-later WITH GPL-3.0-linking-exception"
[build-dependencies]
pkg-config = "0.3.19"
[dependencies]
http-types = "*"
once_cell = "1.5"
regex = "1.4"
surf = "2.1"
serde_json = "1.0"
graphql_client = "0.13.0"
serde = "1.0"
askama = "0.12.1"
futures-util = "0.3.12"
lettre = "0.11.7"
anyhow = "1.0.86"
clap = { version = "4.5.9", features = ["derive"] }
urlencoding = "2.1.3"
[dependencies.async-std]
version = "*" # Use whatever tide uses.
features = ["attributes"]
[dependencies.tide]
version = "0.16.0"
default-features = false
features = ["h1-server", "logger"]