diff --git a/index/bb/bbs_embed_common/bbs_embed_common-0.1.0.toml b/index/bb/bbs_embed_common/bbs_embed_common-0.1.0.toml new file mode 100644 index 00000000..717dfcf3 --- /dev/null +++ b/index/bb/bbs_embed_common/bbs_embed_common-0.1.0.toml @@ -0,0 +1,29 @@ +name = "bbs_embed_common" +description = "Abstract hardware drivers and drivers for some i2c bus devices." +version = "0.1.0" + +long-description=""" +This crate contains base classes for some hardware devices such as Analog +Inputs, GPIO pins, I2C bus, and SPI bus. It also contains drivers for +devices that use, for example, an I2C bus. + +By itself, this crate isn't much use. It will need to be used with the +bbs_embed_linux crate which contains hardware drivers for the Raspberry Pi +and BeagleBone Black. +""" + +authors = ["Brent Seidel"] +maintainers = ["Brent Seidel "] +maintainers-logins = ["BrentSeidel"] +licenses = "GPL-3.0-or-later" +website = "https://github.com/BrentSeidel/BBS-BBB-Ada" +tags = ["embedded"] + +[[depends-on]] +bbs = "~0.1.0" + +[origin] +commit = "cfbd52e3e8b1f17751acdecdec70c3f6acaa14a1" +subdir = "./src-common/" +url = "git+https://github.com/BrentSeidel/BBS-BBB-Ada.git" +