From ca27f2f9cbe879f56a573532de16c9c3b3d27e9b Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Wed, 18 Aug 2021 14:52:39 +0200 Subject: [PATCH] Use snake case for the package name. - What cargo wants, cargo gets. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ed5912b..79d305c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "pEpEngineSequoiaBackend" +name = "pep_engine_sequoia_backend" description = "An implementation of the p≡p Engine's cryptotech interface using Sequoia." version = "0.1.0" authors = ["Neal H. Walfield "]