From 85b83dd9c26d850601944820cb8055fa6ecdf0df Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 8 Apr 2021 12:18:57 +0200 Subject: Include LICENSE.txt in all published crates Having the license file in the root directory is not enough, since cargo actions for workspace members will not consider this file. This commit adds a symbolic link to the license file in the root directory of all workspace members, so "cargo publish" will include the LICENSE.txt file when publishing crates. --- ffi-macros/LICENSE.txt | 1 + 1 file changed, 1 insertion(+) create mode 120000 ffi-macros/LICENSE.txt (limited to 'ffi-macros') diff --git a/ffi-macros/LICENSE.txt b/ffi-macros/LICENSE.txt new file mode 120000 index 00000000..4ab43736 --- /dev/null +++ b/ffi-macros/LICENSE.txt @@ -0,0 +1 @@ +../LICENSE.txt \ No newline at end of file -- cgit v1.2.3