diff --git a/Cargo.toml b/Cargo.toml index 3ac785356..5416c9cf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,6 +32,7 @@ git = "https://github.com/Kerollmops/group-by.git" [features] default = [] +i128 = ["bincode/i128", "byteorder/i128"] sse = ["rocksdb/sse"] [dev-dependencies]