18 lines
411 B
TOML
18 lines
411 B
TOML
[package]
|
|
name = "coffio"
|
|
version = "0.1.0"
|
|
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
|
|
edition = "2021"
|
|
description = ""
|
|
documentation = "https://docs.rs/coffio/"
|
|
readme = "README.md"
|
|
repository = "https://github.com/breard-r/libreauth"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["cryptography", "encryption"]
|
|
categories = ["cryptography"]
|
|
|
|
[features]
|
|
default = []
|
|
hazardous-materials = []
|
|
|
|
[dependencies]
|