summaryrefslogtreecommitdiff
path: root/angelsharkd/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'angelsharkd/Cargo.toml')
-rw-r--r--angelsharkd/Cargo.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/angelsharkd/Cargo.toml b/angelsharkd/Cargo.toml
index d532bf9..9fdb00c 100644
--- a/angelsharkd/Cargo.toml
+++ b/angelsharkd/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Adam T. Carpenter <adam.carpenter@adp.com>"]
description = "A HTTP interface into one or more Communication Managers"
[features]
-simple_search = ["once_cell"]
+simple_search = []
simple_deprov = []
[dependencies.libangelshark]
@@ -32,7 +32,3 @@ features = ["derive"]
[dependencies.anyhow]
version = "1"
-
-[dependencies.once_cell]
-optional = true
-version = "1" \ No newline at end of file