misc metadata tweaks
This commit is contained in:
parent
fc6389b587
commit
8f1aac797b
|
@ -31,9 +31,12 @@ Take a look at the contained crates for language specific information:
|
||||||
- tanks game (C#): [servicepoint-tanks](https://github.com/kaesaecracker/cccb-tanks-cs)
|
- tanks game (C#): [servicepoint-tanks](https://github.com/kaesaecracker/cccb-tanks-cs)
|
||||||
- cellular automata slideshow (rust): [servicepoint-life](https://github.com/kaesaecracker/servicepoint-life)
|
- cellular automata slideshow (rust): [servicepoint-life](https://github.com/kaesaecracker/servicepoint-life)
|
||||||
- partial typescript implementation inspired by this library and browser stream: [cccb-servicepoint-browser](https://github.com/SamuelScheit/cccb-servicepoint-browser)
|
- partial typescript implementation inspired by this library and browser stream: [cccb-servicepoint-browser](https://github.com/SamuelScheit/cccb-servicepoint-browser)
|
||||||
|
- a CLI: [servicepoint-cli](https://git.berlin.ccc.de/servicepoint/servicepoint-cli)
|
||||||
|
|
||||||
To add yourself to the list, open a pull request.
|
To add yourself to the list, open a pull request.
|
||||||
|
|
||||||
|
You can also check out [awesome-servicepoint](https://github.com/stars/kaesaecracker/lists/awesome-servicepoint) for a bigger collection of projects, including some not related to this library.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
See [CONTRIBUTING.md](CONTRIBUTING.md).
|
See [CONTRIBUTING.md](CONTRIBUTING.md).
|
||||||
|
|
|
@ -8,6 +8,7 @@ description = "A rust library for the CCCB Service Point Display."
|
||||||
homepage = "https://docs.rs/crate/servicepoint"
|
homepage = "https://docs.rs/crate/servicepoint"
|
||||||
repository = "https://github.com/cccb/servicepoint"
|
repository = "https://github.com/cccb/servicepoint"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
keywords = ["cccb", "cccb-servicepoint"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["rlib"]
|
crate-type = ["rlib"]
|
||||||
|
|
|
@ -9,6 +9,7 @@ homepage = "https://docs.rs/crate/servicepoint_binding_c"
|
||||||
repository = "https://github.com/cccb/servicepoint"
|
repository = "https://github.com/cccb/servicepoint"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
links = "servicepoint"
|
links = "servicepoint"
|
||||||
|
keywords = ["cccb", "cccb-servicepoint", "cbindgen"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["staticlib", "cdylib", "rlib"]
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
||||||
|
|
|
@ -8,6 +8,7 @@ description = "C bindings for the servicepoint crate."
|
||||||
homepage = "https://docs.rs/crate/servicepoint_binding_c"
|
homepage = "https://docs.rs/crate/servicepoint_binding_c"
|
||||||
repository = "https://github.com/cccb/servicepoint"
|
repository = "https://github.com/cccb/servicepoint"
|
||||||
#readme = "README.md"
|
#readme = "README.md"
|
||||||
|
keywords = ["cccb", "cccb-servicepoint", "uniffi"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|
Loading…
Reference in a new issue