Rename to stiletto

This commit is contained in:
Enrico Lumetti 2020-10-15 23:54:50 +02:00
parent 5a78a5fa65
commit 995c544149
2 changed files with 16 additions and 16 deletions

30
Cargo.lock generated
View File

@ -404,21 +404,6 @@ version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "focus"
version = "0.1.0"
dependencies = [
"csv",
"druid",
"errno",
"gdk",
"gio",
"gtk",
"input",
"libc",
"udev 0.2.0",
]
[[package]] [[package]]
name = "foreign-types" name = "foreign-types"
version = "0.3.2" version = "0.3.2"
@ -1315,6 +1300,21 @@ version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
[[package]]
name = "stiletto"
version = "0.1.0"
dependencies = [
"csv",
"druid",
"errno",
"gdk",
"gio",
"gtk",
"input",
"libc",
"udev 0.2.0",
]
[[package]] [[package]]
name = "strum" name = "strum"
version = "0.18.0" version = "0.18.0"

View File

@ -1,5 +1,5 @@
[package] [package]
name = "focus" name = "stiletto"
version = "0.1.0" version = "0.1.0"
authors = ["Enrico Lumetti <enrico.lumetti@gmail.com>"] authors = ["Enrico Lumetti <enrico.lumetti@gmail.com>"]
edition = "2018" edition = "2018"