1
0
Fork 0
mirror of https://codeberg.org/Mo8it/How_To_Linux.git synced 2024-10-18 09:42:38 +00:00
This commit is contained in:
Mo 2023-08-14 00:52:22 +02:00
parent dcd6450a42
commit ca5f42d273
3 changed files with 1364 additions and 0 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/book /book
target/

1352
cs/Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff

11
cs/Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "cs"
publish = false
authors = ["Mo Bitar <mo8it@proton.me>"]
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0"
repository = "https://codeberg.org/mo8it/dev-tools"
[dependencies]
collective-score-client = "0.0.1"