2023-10-05 14:13:19 +02:00
|
|
|
[package]
|
2023-10-15 13:23:40 +02:00
|
|
|
name = "e2e-irc"
|
2023-10-19 22:08:13 +02:00
|
|
|
version = "2.0.0"
|
2023-10-05 14:13:19 +02:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-10-19 17:08:05 +02:00
|
|
|
argparse = "0.2.2"
|
2023-10-05 14:13:19 +02:00
|
|
|
base64 = "0.21.4"
|
2023-10-19 17:08:05 +02:00
|
|
|
dirs = "5.0.1"
|
2023-10-12 13:59:07 +02:00
|
|
|
eyre = "0.6.8"
|
2023-10-21 11:05:17 +02:00
|
|
|
ircparser = { git = "https://forgejo.vanten-s.com/vanten-s/ircparser" }
|
2023-10-05 14:13:19 +02:00
|
|
|
openssl = "0.10"
|
|
|
|
pgp = "0.10.2"
|
2023-10-05 21:16:34 +02:00
|
|
|
rand = "0.8.5"
|
2023-10-19 17:08:05 +02:00
|
|
|
toml = "0.8.2"
|