diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-08-16 18:01:22 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-08-16 18:01:22 +0200 |
commit | b32bb6071a58c94dd014c53de989bff3e4cc166b (patch) | |
tree | 03200527bdd084d8be232d08e5ae49db30543915 /Cargo.lock | |
parent | 726b8c00159230e44e3b7726cb2c96d08073379c (diff) | |
download | aerogramme-b32bb6071a58c94dd014c53de989bff3e4cc166b.tar.gz aerogramme-b32bb6071a58c94dd014c53de989bff3e4cc166b.zip |
partial re-implementation of body ext
header fields is still missing
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -843,9 +843,8 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "eml-codec" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac20cff537caf72385ffa5d9353ae63cb6c283a53665569408f040b8db36c90d" +version = "0.1.2" +source = "git+https://git.deuxfleurs.fr/Deuxfleurs/eml-codec.git?branch=main#5cff5510acc2c414b74419e0ee636d5ab249036b" dependencies = [ "base64 0.21.2", "chrono", |