Skip to content

Commit

Permalink
Add license and repository data
Browse files Browse the repository at this point in the history
  • Loading branch information
bericyb committed Feb 1, 2024
1 parent 85a63ef commit b780cad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ version = "0.1.0"
edition = "2021"
authors = ["Beric Bearnson <[email protected]>"]
description = "A library for encoding 16bit PCM to a-law and mu-law."
repository = ""
repository = "https://github.com/bericyb/law-encoder"
keywords = ["audio", "encoding", "alaw", "mulaw", "no_std"]
categories = ["encoding", "multimedia::audio", "no-std"]
exclude = ["audio.raw", "examples/", ".github/"]
license = "MIT"
license-file = "LICENSE"

[lib]
name = "law_encoder"
Expand Down

0 comments on commit b780cad

Please sign in to comment.