[dependencies.num]
version = "0.4.0"
[lib]
crate-type = ["lib"]
name = "euc_lib"
path = "./src/lib.rs"
[package]
description = "Easy to use implementation of extended and normanl Euclidean algorithm"
edition = "2021"
license = "GPL-3.0"
name = "euc_lib"
readme = "README.md"
version = "0.4.0"