Skip to content

Commit

Permalink
Add license to soxr-sys/Cargo.toml (#498)
Browse files Browse the repository at this point in the history
Motivation for this is a bit of a corner case:

* Including a local checkout of livekit rust-sdks as a package

* Installing Zed from source. This requires licenses specified by all
packages.
  • Loading branch information
mgsloan authored Nov 30, 2024
1 parent 21bdee2 commit 0d92f49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions soxr-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "soxr-sys"
version = "0.1.0"
authors = ["Theo Monnom <theo.8bits@gmail.com"]
edition = "2021"
license = "Apache-2.0"

[dependencies]

Expand Down

0 comments on commit 0d92f49

Please sign in to comment.