This website requires JavaScript.
Explore
Help
Sign in
rodolphe
/
rust-opensmtpd
Archived
Watch
1
Star
0
Fork
You've already forked rust-opensmtpd
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
This repository has been archived on
2023-09-20
. You can view files and clone it, but cannot push or open issues or pull requests.
22c376930b
rust-opensmtpd
/
Cargo.toml
6 lines
66 B
TOML
Raw
Normal View
History
Unescape
Escape
Use procedural macros to define events 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.
2019-01-06 15:41:30 +01:00
[
workspace
]
members
=
[
"opensmtpd"
,
"opensmtpd-derive"
]
Reference in a new issue
Copy permalink