feat(cargo): added more detailed information
This commit is contained in:
parent
37d3a649ea
commit
60902f789f
|
@ -23,6 +23,9 @@ description = "This crate is the CBS side reference implementation for communica
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
homepage = "https://git.nerdcult.net/trinitrix"
|
||||||
|
repository = "https://git.nerdcult.net/trinitrix/triba"
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = { version = "1.0.60" }
|
thiserror = { version = "1.0.60" }
|
||||||
|
|
Reference in New Issue