Skip to content

Commit 75bc2ff

Browse files
authored
feat(s3s-policy): add model (#171)
1 parent 55ec938 commit 75bc2ff

File tree

3 files changed

+631
-0
lines changed

3 files changed

+631
-0
lines changed

crates/s3s-policy/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ repository.workspace = true
1010
license.workspace = true
1111

1212
[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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
#![warn(
99
clippy::dbg_macro, //
1010
)]
11+
12+
pub mod model;

0 commit comments

Comments
 (0)