summaryrefslogtreecommitdiffstats
path: root/buffered-reader
diff options
context:
space:
mode:
authorFabio Valentini <decathorpe@gmail.com>2021-04-08 12:18:57 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2021-04-12 14:40:07 +0200
commit85b83dd9c26d850601944820cb8055fa6ecdf0df (patch)
treeec8260d34c4676a1623c808fe6ef83b6ee5776cc /buffered-reader
parent055f659a245f78cf51caf1f959870d97081f6143 (diff)
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.
Diffstat (limited to 'buffered-reader')
l---------buffered-reader/LICENSE.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/buffered-reader/LICENSE.txt b/buffered-reader/LICENSE.txt
new file mode 120000
index 00000000..4ab43736
--- /dev/null
+++ b/buffered-reader/LICENSE.txt
@@ -0,0 +1 @@
+../LICENSE.txt \ No newline at end of file