20 lines
537 B
TOML
20 lines
537 B
TOML
name = "usb_embedded"
|
|
description = "An Ada USB stack for embedded devices"
|
|
version = "0.2.0"
|
|
|
|
authors = ["Fabien Chouteau"]
|
|
maintainers = ["Fabien Chouteau <chouteau@adacore.com>"]
|
|
maintainers-logins = ["Fabien-Chouteau"]
|
|
website = "https://github.com/Fabien-Chouteau/usb_embedded"
|
|
licenses = "BSD-3-Clause"
|
|
tags = ["embedded", "usb", "hid", "midi", "nostd"]
|
|
|
|
[[depends-on]]
|
|
hal = "~0.1.0"
|
|
bbqueue = "~0.3.0"
|
|
|
|
[origin]
|
|
commit = "fdf60082ae3d4200418463776549e5d11f74156d"
|
|
url = "git+https://github.com/Fabien-Chouteau/usb_embedded.git"
|
|
|