From 878414bfb7fc227a85589617bf433ce4adc0ebbe Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 9 Mar 2023 10:42:11 +0100 Subject: first commit --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..319862c --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "wgautomesh" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +xxhash-rust = { version = "0.8", default-features = false, features = ["xxh3"] } +anyhow = "1.0" +log = "0.4" +pretty_env_logger = "0.4.0" + +serde = { version = "1.0", features = ["derive"] } +bincode = "1.3" +toml = { version = "0.7", default-features = false, features = ["parse"] } -- cgit v1.2.3