init
This commit is contained in:
commit
5cb4facc48
8 changed files with 684 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "comrade"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
env_logger = "0.11.6"
|
||||
log = "0.4.26"
|
||||
tokio = "1.43.0"
|
Loading…
Add table
Add a link
Reference in a new issue