From 9101d1c757aeb34c674010dfb6c4354ed4435979 Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Mon, 2 May 2022 13:21:15 +0200 Subject: [PATCH] Prepare jay-config for publishing --- jay-config/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jay-config/Cargo.toml b/jay-config/Cargo.toml index 27ceb9cb..88c4e7a9 100644 --- a/jay-config/Cargo.toml +++ b/jay-config/Cargo.toml @@ -2,7 +2,9 @@ name = "jay-config" version = "0.1.0" edition = "2021" +license = "GPL-3.0-only" +description = "Configuration crate for the Jay compositor" [dependencies] -bincode = "2.0.0-beta.3" +bincode = "2.0.0-rc.1" log = "0.4.14"