diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-24 20:34:35 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-24 20:34:35 +0100 |
| commit | dc3d68214e2cd4b5f86279a7fa7b7d64c341b446 (patch) | |
| tree | 30da7fdfcf612f00705e87acdf379a0334d6cb08 /Cargo.toml | |
First approach
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..a7114b2 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "olden-mail" +version = "0.1.0" +edition = "2021" + +[dependencies] +native-tls = "0.2.12" |