initial commit

This commit is contained in:
raf 2024-12-12 21:22:38 +03:00
commit 16e9a4be6c
Signed by: NotAShelf
GPG key ID: AF26552424E53993
4 changed files with 920 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "mrc"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = {version = "4.5.23", features = ["derive"]}
clap_derive = "4.5.18"
ipc-channel = "0.19.0"
serde_json = "1.0.133"
tokio = { version = "1.42.0", features = ["full"] }