Cargo.toml (238B)
1 [package] 2 name = "failure-injection" 3 version.workspace = true 4 edition.workspace = true 5 authors.workspace = true 6 homepage.workspace = true 7 repository.workspace = true 8 license-file.workspace = true 9 10 [dependencies] 11 thiserror.workspace = true