adds initial rcs implementation
This commit is contained in:
@@ -7,7 +7,7 @@ edition = "2024"
|
||||
anyhow = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
ctrlc = { workspace = true }
|
||||
derive_more = {workspace = true, features = ["display", "from"]}
|
||||
derive_more = {workspace = true, features = ["display", "from", "add", "add_assign", "not"]}
|
||||
fern = { workspace = true }
|
||||
log = { workspace = true }
|
||||
postcard = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user