diff --git a/crates/keystone/Cargo.toml b/crates/keystone/Cargo.toml index 0ff3a66ca..50110221e 100644 --- a/crates/keystone/Cargo.toml +++ b/crates/keystone/Cargo.toml @@ -25,6 +25,9 @@ keywords = ["rustfs", "openstack", "keystone", "authentication", "s3"] categories = ["authentication", "web-programming"] authors.workspace = true +[lints] +workspace = true + [dependencies] tokio = { workspace = true, features = ["rt", "sync"] } reqwest = { workspace = true, features = ["json"] }