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]
|
[package]
|
||||||
name = "coffio"
|
name = "coffio"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Rodolphe Breard <rodolphe@what.tf>"]
|
authors = ["Rodolphe Bréard <rodolphe@what.tf>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Abstraction layer for symmetric data encryption, primarily designed for database column encryption."
|
description = "Abstraction layer for symmetric data encryption, primarily designed for database column encryption."
|
||||||
documentation = "https://docs.rs/coffio/"
|
documentation = "https://docs.rs/coffio/"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/breard-r/libreauth"
|
repository = "https://github.com/breard-r/coffio"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
keywords = ["cryptography", "encryption"]
|
keywords = ["cryptography", "encryption"]
|
||||||
categories = ["cryptography"]
|
categories = ["cryptography"]
|
||||||
|
|
Loading…
Reference in a new issue