ci(keystone): inherit workspace lint policy

This commit is contained in:
overtrue
2026-07-29 17:17:26 +08:00
parent b65210b1db
commit b3e877d847
+3
View File
@@ -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"] }