789455668c
The construction of an EventHandler object should not be directly done by the client. Instead, it is easier to use procedural macro to automatize the process, hence exposing a nice and simple interface. Such use of procedural macros requires to crate an additional crate.
5 lines
66 B
TOML
5 lines
66 B
TOML
[workspace]
|
|
members = [
|
|
"opensmtpd",
|
|
"opensmtpd-derive"
|
|
]
|