From e1c00a1d5cf2e40b086e758b458d670908caed6c Mon Sep 17 00:00:00 2001 From: Rouven Spreckels Date: Sat, 8 Apr 2023 21:16:13 +0200 Subject: [PATCH] Include LICENSES. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40bc047..45e0334 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,10 +24,11 @@ categories = [ "science", ] include = [ - "src/**.rs", + "src/**/*.rs", "Cargo.toml", "README.md", "RELEASES.md", + "LICENSES/*", ] [package.metadata.docs.rs]