We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ec938 commit 75bc2ffCopy full SHA for 75bc2ff
crates/s3s-policy/Cargo.toml
@@ -10,3 +10,6 @@ repository.workspace = true
10
license.workspace = true
11
12
[dependencies]
13
+indexmap = { version = "2.4.0", features = ["serde"] }
14
+serde = { version = "1.0.208", features = ["derive"] }
15
+serde_json = "1.0.125"
crates/s3s-policy/src/lib.rs
@@ -8,3 +8,5 @@
8
#![warn(
9
clippy::dbg_macro, //
)]
+
+pub mod model;
0 commit comments