mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 10:00:14 +01:00
add metadata
This commit is contained in:
parent
24445dfb79
commit
d061ea3691
|
@ -2,6 +2,11 @@
|
||||||
name = "servicepoint2"
|
name = "servicepoint2"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license-file = "LICENSE"
|
||||||
|
description = "A rust library for the CCCB Service Point Display."
|
||||||
|
homepage = "https://github.com/kaesaecracker/servicepoint"
|
||||||
|
repository = "https://github.com/kaesaecracker/servicepoint"
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
num = "0.4"
|
num = "0.4"
|
||||||
|
|
Loading…
Reference in a new issue