mirror of
https://codeberg.org/Mo8it/How_To_Linux.git
synced 2024-11-21 15:48:03 +00:00
Start cs
This commit is contained in:
parent
dcd6450a42
commit
ca5f42d273
3 changed files with 1364 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
/book
|
||||
target/
|
||||
|
|
1352
cs/Cargo.lock
generated
Normal file
1352
cs/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
11
cs/Cargo.toml
Normal file
11
cs/Cargo.toml
Normal 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"
|
Loading…
Reference in a new issue