[package] name = "shalc" version = "0.1.0" authors = ["f3kilo "] edition = "2018" repository = "https://github.com/F3kilo/shalc.git" description = "Library that helps organize multithreded calculations" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] slog = { version = "2.5.2", features = ["max_level_trace", "release_max_level_warn"] } slog-stdlog = "4.0.0"