This commit is contained in:
JMARyA 2025-03-07 04:33:35 +01:00
commit 5cb4facc48
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
8 changed files with 684 additions and 0 deletions

9
Cargo.toml Normal file
View 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"