audio attachments merged in eggbug-rs 0.2.0

main
xenofem 2023-07-31 19:28:29 -04:00
parent b8083d6c9d
commit 5aed742bfa
3 changed files with 4 additions and 6 deletions

5
Cargo.lock generated
View File

@ -269,8 +269,9 @@ checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "eggbug"
version = "0.1.3"
source = "git+https://github.com/xenofem/eggbug-rs.git?branch=audio-attachments#965e099de5454a90b30d87e37ff604b4c072eccd"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19eb5b8804894c176318546d7bc95e5029b53f9bef38df174a47870778cf11af"
dependencies = [
"base64 0.13.1",
"bytes",

View File

@ -8,7 +8,7 @@ license = "MIT"
[dependencies]
anyhow = "1.0.71"
dotenvy = "0.15.7"
eggbug = { git = "https://github.com/xenofem/eggbug-rs.git", branch = "audio-attachments" }
eggbug = "0.2"
env_logger = "0.10"
ffmpeg-next = "6.0.0"
imagesize = "0.12.0"

View File

@ -19,9 +19,6 @@
src = ./.;
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"eggbug-0.1.3" = "sha256-p7q8asvObmV/fExKShY8KtrB3LAQdOZ+4mi3FEK8MaA=";
};
};
} // buildDeps);