chore: publish kytz

This commit is contained in:
nazeh
2023-12-30 13:47:42 +03:00
parent 96676ae95e
commit e13e66d680
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "kytes"
name = "kytz"
version = "0.1.0"
edition = "2021"
description = "Soaring in the Cloud, but you pull the strings."

View File

@@ -1,3 +1,5 @@
//! Test helpers for the merkle treap.
use std::assert_eq;
use std::collections::BTreeMap;
@@ -8,8 +10,6 @@ use crate::Hash;
use redb::backends::InMemoryBackend;
use redb::Database;
// === Helpers ===
#[derive(Clone, Debug)]
pub enum Operation {
Insert,