mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-09 12:02:14 +00:00
This provides a variety of encode/decode functions for things like base64 and base32 encoding
13 lines
291 B
TOML
13 lines
291 B
TOML
[package]
|
|
name = "mod-encode"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
config = {path="../config"}
|
|
data-encoding = "2.4"
|
|
mlua = {version="0.8", features=["serialize"]}
|