[package] name = "tessel" version = "0.3.1" authors = [ "Chris Lewis ", "Jon McKay ", "Kenneth Nierenhausen ", "Tim Ryan ", ] description = "Runtime library for the Tessel microcontroller." license = "MIT" [[bin]] name = "hello-rust" doc = false [dependencies] unix_socket = "0.5.0" lazy_static = "0.1" atomic-option = "0.1" bit-set = "0.4.0" [dev-dependencies] tempfile = "2.1.4"