24 lines
579 B
TOML
24 lines
579 B
TOML
[package]
|
|
name = "screencap-bot"
|
|
version = "1.4.0-beta"
|
|
edition = "2021"
|
|
authors = ["xenofem <xenofem@xeno.science>"]
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.71"
|
|
dotenvy = "0.15.7"
|
|
eggbug = { git = "https://github.com/xenofem/eggbug-rs.git", branch = "audio-attachments" }
|
|
env_logger = "0.10"
|
|
ffmpeg-next = "6.0.0"
|
|
imagesize = "0.12.0"
|
|
lazy_static = "1.4.0"
|
|
log = "0.4.19"
|
|
rand = "0.8"
|
|
regex = "1.8.4"
|
|
serde = "1"
|
|
serde_with = "3"
|
|
serde_yaml = "0.9.22"
|
|
tempfile = "3.6.0"
|
|
tokio = { version = "1.28.2", features = ["full"] }
|
|
tracing = { version = "0.1", features = ["log"] } |