diff options
Diffstat (limited to 'lib/sellershut-core/Cargo.toml')
-rw-r--r-- | lib/sellershut-core/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sellershut-core/Cargo.toml b/lib/sellershut-core/Cargo.toml index b5e1bb9..1b7d5f7 100644 --- a/lib/sellershut-core/Cargo.toml +++ b/lib/sellershut-core/Cargo.toml @@ -18,6 +18,7 @@ tonic-types = "0.13.0" [features] default = [] auth = [] +profile = [] serde = ["dep:serde", "serde/derive", "serde_json"] time = [ "dep:time", |