[package] name = "vride" version = "0.1.0" authors = ["Simon Hyll "] edition = "2018" description = "(pre-alpha) Top project for VRIDE open source projects" readme = "README.md" homepage = "https://vride.rs" license-file = "LICENSE.txt" [features] full = [ "macros", "runtime", "api" ] macros = ["vride-macros"] runtime = ["vride-runtime"] api = ["vride-api"] [dependencies] vride-macros = { version = "0.1.0", path = "../macros", optional = true } vride-runtime = { version = "0.1.0", path = "../runtime", optional = true } vride-api = { version = "0.1.0", path = "../api", optional = true }