add license

This commit is contained in:
2026-05-17 23:11:32 -07:00
parent a848e236d4
commit 98e0fb0927
2 changed files with 21 additions and 0 deletions
+3
View File
@@ -12,9 +12,12 @@ usbd-uac2 = { path = "." }
[package]
name = "usbd-uac2"
description = "USB Audio Class 2.0 for usb-device"
readme = "README.md"
authors = ["Keenan Tims <ktims@gotroot.ca>"]
repository = "https://github.com/ktims/usbd_uac2"
version = "0.1.0"
edition = "2024"
license = "MIT"
keywords = ["no-std", "usb-device", "audio"]
[features]