Skip to content

Commit cc2a0c3

Browse files
author
Denis
committed
Bump version, update Cargo.toml
1 parent 2a10ea8 commit cc2a0c3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Cargo.toml

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
[package]
22
name = "class_group"
3-
version = "0.5.2"
4-
authors = ["omershlo <[email protected]>"]
3+
version = "0.5.3"
54
edition = "2018"
5+
description = "Rust library for building IQC: cryptography based on class groups (Cl) of imaginary quadratic orders"
6+
license = "GPL-3.0-or-later"
7+
repository = "https://github.com/ZenGo-X/class"
8+
categories = ["cryptography", "algorithms", "api-bindings"]
9+
keywords = ["IQC", "class-group", "imaginary", "cryptoagorithms"]
10+
11+
authors = ["omershlo <[email protected]>"]
612
links = "libpari"
713
build = "build.rs"
8-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14+
915
[build-dependencies]
1016
bindgen = "0.50"
1117

0 commit comments

Comments
 (0)