diff options
author | Brian Cully <bjc@kublai.com> | 2022-10-12 13:24:44 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2022-10-12 13:24:44 -0400 |
commit | 5e9b210e5e120ba0457761427380ee627679be44 (patch) | |
tree | 3ad0a29e587f56891965a7878206762da26ce910 /Cargo.toml | |
parent | 04d13f0819ec2dfb741ba62b2620b75797426532 (diff) | |
download | usb-host-main.tar.gz usb-host-main.zip |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ [package] name = "usb-host" description = "Traits for USB host driver development." -version = "0.1.2" +version = "0.1.3" authors = ["Brian Cully <bjc@kublai.com>"] edition = "2018" license = "LGPL-3.0-or-later" categories = ["no-std", "embedded", "hardware-support"] keywords = ["usb", "usb-host", "hal", "peripheral"] readme = "README.md" -repository = "https://github.com/bjc/usb-host.git" +repository = "https://git.spork.org/usb-host.git" |