diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-03-07 15:45:05 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-03-07 15:45:05 +0100 |
commit | bb9cb386b65834c44cae86bd100f800883022062 (patch) | |
tree | 06c1ef534bab0fa967acf66ca32f313e7ce990ff /Cargo.toml | |
parent | e52ce4a61dc8bffabb8e4c5152c973d739e2b499 (diff) | |
download | aerogramme-bb9cb386b65834c44cae86bd100f800883022062.tar.gz aerogramme-bb9cb386b65834c44cae86bd100f800883022062.zip |
add a fuzzer
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ edition = "2021" license = "EUPL-1.2" description = "A robust email server" +[lib] +name = "aerogramme" +path = "src/lib.rs" + [dependencies] # async runtime tokio = { version = "1.18", default-features = false, features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros", "sync", "signal", "fs"] } |