mirror of
https://github.com/stalwartlabs/smtp-server.git
synced 2024-11-24 15:20:16 +00:00
10 lines
210 B
TOML
10 lines
210 B
TOML
|
[package]
|
||
|
name = "smtp-server"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
ahash = { version = "0.8.0" }
|