[package] name = "todc-utils" description = "Utilities for building and testing distributed systems." version = "0.1.1" edition = "2021" license = "MIT" homepage = "https://github.com/kaymanb/todc/tree/main" repository = "https://github.com/kaymanb/todc/tree/main" categories = ["algorithms", "concurrency"] keywords = ["distributed-systems", "linearizability"] [dev-dependencies] criterion = "0.4" [[bench]] name = "wgl_checker" harness = false