From 995c54414942609265e42220fd2330e93947b30c Mon Sep 17 00:00:00 2001 From: Enrico Lumetti Date: Thu, 15 Oct 2020 23:54:50 +0200 Subject: [PATCH] Rename to stiletto --- Cargo.lock | 30 +++++++++++++++--------------- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 487a984..929e373 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -404,21 +404,6 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" -[[package]] -name = "focus" -version = "0.1.0" -dependencies = [ - "csv", - "druid", - "errno", - "gdk", - "gio", - "gtk", - "input", - "libc", - "udev 0.2.0", -] - [[package]] name = "foreign-types" version = "0.3.2" @@ -1315,6 +1300,21 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" +[[package]] +name = "stiletto" +version = "0.1.0" +dependencies = [ + "csv", + "druid", + "errno", + "gdk", + "gio", + "gtk", + "input", + "libc", + "udev 0.2.0", +] + [[package]] name = "strum" version = "0.18.0" diff --git a/Cargo.toml b/Cargo.toml index 531e499..8161db0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "focus" +name = "stiletto" version = "0.1.0" authors = ["Enrico Lumetti "] edition = "2018"