[package] edition = "2018" name = "test-shisho-policy" description = "This is the SDK of Shisho Cloud policies to write your custom policies in Rust." documentation = "https://docs.rs/test-shisho-policy" license = "Apache-2.0" version = "0.1.0" [workspace] members = ["./"] [dependencies] serde = {version = "1.0", features = ["derive"]}