disable features not in use

This commit is contained in:
yggverse 2024-11-28 02:20:25 +02:00
parent 0af69d99f6
commit 10fc840eb9

View File

@ -1,4 +1,4 @@
pub struct Identity {
pub pem: String,
pub scope: String,
// pub scope: String,
}