From e9a1dfe3c5d1ce03b6b6f10bd8082180f3adb441 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sat, 27 Nov 2021 11:51:45 +0000 Subject: [PATCH] add license --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 14da0e6..3e7fddd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,8 @@ edition = "2018" repository = "https://tinybird.dev/max/rodio-xm" authors = ["Max Bradbury "] description = "provides a source for playback of fasttracker 2 extended modules in rodio" +license = "MIT" +license-file = "LICENSE" [dependencies] libxm = "^1.0.0"