2023-10-28 15:23:26 +00:00
|
|
|
# SPDX-FileCopyrightText: 2023 Louis Hollingworth <louis@hollingworth.nl>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
2023-09-19 16:55:01 +00:00
|
|
|
[package]
|
|
|
|
name = "er"
|
2023-10-28 15:23:26 +00:00
|
|
|
version = "2.0.0"
|
2023-09-19 16:55:01 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-10-28 15:23:26 +00:00
|
|
|
anyhow = "1.0.75"
|
|
|
|
dotenvy = "0.15.7"
|
|
|
|
poise = "0.5.6"
|
|
|
|
reqwest = "0.11.22"
|
|
|
|
serde = { version = "1.0.188", features = ["derive"] }
|
|
|
|
serde_json = "1.0.107"
|
|
|
|
thiserror = "1.0.50"
|
|
|
|
tokio = { version = "1.32.0", features = ["full"] }
|