[package] name = "distribuidos_ingress" version = "1.1.16" edition = "2021" license = "MIT" description = "Ingress common utils using standard library" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" ctrlc = { version = "3.0", features = ["termination"] } distribuidos_sync = "1.2.0" distribuidos_types = "0.1.0" distribuidos_tp1_protocols = "1.2.6"