Files
kumomta/crates/mod-encode/Cargo.toml
T
Wez Furlong 55770052a5 add kumo.encode module
This provides a variety of encode/decode functions for things
like base64 and base32 encoding
2023-08-12 08:42:44 -07:00

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"]}