Update the Cargo.toml
This commit is contained in:
parent
8162fadf19
commit
c836f1d572
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
[package]
|
||||
name = "coffio"
|
||||
version = "0.1.0"
|
||||
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
|
||||
authors = ["Rodolphe Bréard <rodolphe@what.tf>"]
|
||||
edition = "2021"
|
||||
description = "Abstraction layer for symmetric data encryption, primarily designed for database column encryption."
|
||||
documentation = "https://docs.rs/coffio/"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/breard-r/libreauth"
|
||||
repository = "https://github.com/breard-r/coffio"
|
||||
license = "MIT OR Apache-2.0"
|
||||
keywords = ["cryptography", "encryption"]
|
||||
categories = ["cryptography"]
|
||||
|
|
Loading…
Reference in a new issue