From a1d362eddc1795bc87bd070cff5f12beb73d25fa Mon Sep 17 00:00:00 2001 From: Robby klein Gunnewiek Date: Sun, 15 Dec 2024 20:31:53 +0100 Subject: [PATCH] Add license --- crates/googlelog/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/googlelog/Cargo.toml b/crates/googlelog/Cargo.toml index 43cf309..06dc41a 100644 --- a/crates/googlelog/Cargo.toml +++ b/crates/googlelog/Cargo.toml @@ -3,6 +3,7 @@ name = "slog-google" description = "Google Logging drain for slog-rs" version = "0.1.0" edition = "2021" +license = "Apache-2.0" authors = [ "Rob klein Gunnewiek " ]