1 2 3 4 5 6 7 8 9 10 11 12 13 14
[package] name = "distro" version = "0.0.0" license.workspace = true authors.workspace = true edition.workspace = true rust-version.workspace = true [dependencies] anyhow.workspace = true rustc-hash.workspace = true [lib] doctest = false