feat(keymaps): Put keymaps into a separate crate

This commit is contained in:
Benedikt Peetz 2023-11-01 17:20:53 +01:00
parent 196c392f59
commit 51eed5697a
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
9 changed files with 14 additions and 0 deletions

6
keymaps/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
# build
/target
/result
# lua_macros is a library
Cargo.lock

8
keymaps/Cargo.toml Normal file
View File

@ -0,0 +1,8 @@
[package]
name = "keymappings"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]