summaryrefslogtreecommitdiff
path: root/crates/se-licensing/Cargo.toml
blob: 07e3711f65e516028e2c5636ca7366628907ceae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "se_licensing"
version = "0.8.3"
edition = "2021"
license = "LicenseRef-SEL"
resolver = "2"

[dependencies]
base64 = "0.22.1"
ring = "0.17.8"

[features]
test_mode = []