[package] name = "rectangle-device" version = "0.1.0" authors = ["Micah Elizabeth Scott "] edition = "2018" description = "Experimental decentralizable live video server" license = "Apache-2.0 OR MIT" repository = "https://github.com/scanlime/rectangle-device" [dependencies] env_logger = "0.7.1" file_limit = "0.0.2" log = "0.4.11" humantime = "2.0.1" clap = { version = "2.33.3", features = ["yaml"] } async-std = { version = "1.6.0", features = ["unstable"] } rectangle-device-network = { version = "0.1.0", path = "network" } rectangle-device-media = { version = "0.1.0", path = "media" } [workspace] members = [ "player", "sandbox", "blocks", "network", "media" ]