1

add rust library

This commit is contained in:
Mya 2024-01-01 09:45:36 -06:00
parent 1d5549c223
commit 9431774a52
Signed by: mya
GPG Key ID: 4DFBA0F91AC3544A
2 changed files with 2 additions and 2 deletions

@ -9,7 +9,7 @@
| -------- | --------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | | -------- | --------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| Protobuf | [licensing/proto](https://code.pitz.tech/licensing/proto) | [![status-badge](https://build.pitz.tech/api/badges/1/status.svg)](https://build.pitz.tech/repos/1) | | Protobuf | [licensing/proto](https://code.pitz.tech/licensing/proto) | [![status-badge](https://build.pitz.tech/api/badges/1/status.svg)](https://build.pitz.tech/repos/1) |
| Golang | [licensing/api-go](https://code.pitz.tech/licensing/api-go) | [![status-badge](https://build.pitz.tech/api/badges/2/status.svg)](https://build.pitz.tech/repos/2) | | Golang | [licensing/api-go](https://code.pitz.tech/licensing/api-go) | [![status-badge](https://build.pitz.tech/api/badges/2/status.svg)](https://build.pitz.tech/repos/2) |
| Rust | [licensing/api-rust](https://code.pitz.tech/licensing/api-rust) | [![status-badge](https://build.pitz.tech/api/badges//status.svg)](https://build.pitz.tech/repos/) | | Rust | [licensing/api-rust](https://code.pitz.tech/licensing/api-rust) | [![status-badge](https://build.pitz.tech/api/badges/3/status.svg)](https://build.pitz.tech/repos/3) |
| NodeJS | [licensing/api-node](https://code.pitz.tech/licensing/api-node) | [![status-badge](https://build.pitz.tech/api/badges//status.svg)](https://build.pitz.tech/repos/) | | NodeJS | [licensing/api-node](https://code.pitz.tech/licensing/api-node) | [![status-badge](https://build.pitz.tech/api/badges//status.svg)](https://build.pitz.tech/repos/) |
</div> </div>

@ -103,7 +103,7 @@ func main() {
Libraries: []Library{ Libraries: []Library{
{"Protobuf", "licensing/proto", "1"}, {"Protobuf", "licensing/proto", "1"},
{"Golang", "licensing/api-go", "2"}, {"Golang", "licensing/api-go", "2"},
{"Rust", "licensing/api-rust", ""}, {"Rust", "licensing/api-rust", "3"},
{"NodeJS", "licensing/api-node", ""}, {"NodeJS", "licensing/api-node", ""},
}, },
Tools: [][]Tool{ Tools: [][]Tool{