From e3087bfa6329a96e232eb31652dfe5e04eac01ac Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Tue, 20 Oct 2020 22:18:55 +0100 Subject: [PATCH] add repository field --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e68f1a1..0b6f91e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "lull" description = "a looping sound player for generating atmospheric soundscapes" version = "1.0.1" authors = ["Max Bradbury "] +repository = "https://tinybird.dev/max/lull" license = "MIT" edition = "2018" crate_type = "bin"