milter 0.1.3

Rust bindings for the sendmail milter library
Documentation
[package]
name = "milter"
version = "0.1.3"  # remember to update html_root_url
edition = "2018"
description = "Rust bindings for the sendmail milter library"
authors = ["David Bürgin <dbuergin@gluet.ch>"]
repository = "https://gitlab.com/glts/milter.git"
readme = "README.md"
categories = ["email"]
keywords = ["email", "smtp", "milter", "sendmail"]
license = "GPL-3.0-or-later"

[dependencies]
libc = "0.2"
bitflags = "1.2"
milter-sys = "0.1.1"
milter-callback = { version = "0.1.3", path = "milter-callback" }

[dev-dependencies]
lazy_static = "1.4.0"

[workspace]
members = [
    "milter-callback",
]