diff --git a/Cargo.toml b/Cargo.toml index 10ed4cc..e09aae1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "owoverlay" +description = "A very simple configurable key overlay written in Rust." version = "0.1.0" edition = "2021" +license = "MIT" +authors = ["Speykious "] +repository = "https://github.com/Speykious/OwOverlay" [dependencies] clap = { version = "4.4.11", features = ["derive"] } @@ -18,4 +22,5 @@ winit = { version = "0.29.7", features = ["rwh_05"] } [dependencies.loki-draw] git = "https://github.com/loki-chat/loki-draw" +version = "0.1.0" rev = "bdb0404" diff --git a/LICENSE b/LICENSE index 9d01519..ab3eb90 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2023 Speykious +Copyright (c) 2023 Speykious Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal