From 8d9e8aea8919586e549326d6676e253e8d1a5c66 Mon Sep 17 00:00:00 2001 From: a dinosaur Date: Wed, 26 Nov 2025 15:26:07 +1100 Subject: [PATCH] Cargo stinky aaaa --- README.md | 1 + jaarg/LICENSE.Apache-2.0 | 1 + jaarg/LICENSE.MIT | 1 + jaarg/README.md | 1 + 4 files changed, 4 insertions(+) create mode 120000 jaarg/LICENSE.Apache-2.0 create mode 120000 jaarg/LICENSE.MIT create mode 120000 jaarg/README.md diff --git a/README.md b/README.md index 441d01e..1b78ba6 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ println!("{file:?} -> {out:?} (number: {number:?})", main: * Fixed coerced `ArgumentError` not being rewritten for positional arguments. * Moved top level includes to `pub use`. + * Hopefully work around licence & read me texts not being included in crate. v0.2.1: * Fixed licence field in `Cargo.toml`. diff --git a/jaarg/LICENSE.Apache-2.0 b/jaarg/LICENSE.Apache-2.0 new file mode 120000 index 0000000..d4306cc --- /dev/null +++ b/jaarg/LICENSE.Apache-2.0 @@ -0,0 +1 @@ +../LICENSE.Apache-2.0 \ No newline at end of file diff --git a/jaarg/LICENSE.MIT b/jaarg/LICENSE.MIT new file mode 120000 index 0000000..6b8772d --- /dev/null +++ b/jaarg/LICENSE.MIT @@ -0,0 +1 @@ +../LICENSE.MIT \ No newline at end of file diff --git a/jaarg/README.md b/jaarg/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/jaarg/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file