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 418bc4e commit 05af2aeCopy full SHA for 05af2ae
policy-manager/Cargo.toml
@@ -1 +1,13 @@
1
+[package]
2
+name = "policy-manager"
3
+version = "0.1.0"
4
+edition = "2021"
5
+authors = ["HackerOS Team"]
6
+description = "Policy manager for Security Mode, defining and retrieving profiles."
7
8
+[dependencies]
9
+serde = { version = "1.0", features = ["derive"] }
10
+serde_json = "1.0"
11
+anyhow = "1.0"
12
+log = "0.4"
13
+env_logger = "0.11"
0 commit comments