Skip to content

Commit

Permalink
Add license to blazesym-c crate
Browse files Browse the repository at this point in the history
Symlink the main license file so it is available when packaged.

```
michel in blazesym/capi on  add-license is 📦 v0.1.0-rc.0 via 🦀 v1.77.1
⬢ [fedora:40] ❯ cargo package --list | grep LICENSE
LICENSE
```

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
  • Loading branch information
michel-slm authored and danielocfb committed Jul 30, 2024
1 parent 64b147f commit 7b6bd0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion capi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keywords = [
"stacktrace",
"tracing",
]
include = ["src/**/*", "include/**/*", "!**/examples/**/*", "README.md", "CHANGELOG.md", "examples/input-struct-init.c", "build.rs"]
include = ["src/**/*", "include/**/*", "!**/examples/**/*", "LICENSE", "README.md", "CHANGELOG.md", "examples/input-struct-init.c", "build.rs"]
autobenches = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 1 addition & 0 deletions capi/LICENSE

0 comments on commit 7b6bd0b

Please sign in to comment.