From ec4612c6d5fad7dcc2b5dfc792b7cbb72ab3d3d3 Mon Sep 17 00:00:00 2001 From: Speykious Date: Wed, 24 Apr 2024 10:59:51 +0200 Subject: [PATCH] Metadata for crates.io --- Cargo.toml | 5 +++++ LICENSE | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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