18 lines
377 B
TOML
18 lines
377 B
TOML
[package]
|
|
name = "e2e-irc"
|
|
version = "2.0.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
argparse = "0.2.2"
|
|
base64 = "0.21.4"
|
|
dirs = "5.0.1"
|
|
eyre = "0.6.8"
|
|
ircparser = { git = "https://forgejo.vanten-s.com/vanten-s/ircparser" }
|
|
openssl = "0.10"
|
|
pgp = "0.10.2"
|
|
rand = "0.8.5"
|
|
toml = "0.8.2"
|