[package] name = "rustgym-gvc" version = "0.1.0" authors = ["Yinchu Xia "] edition = "2018" license = "MIT OR Apache-2.0" description = "generate svg for some data structure in rustgym" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] gvc-sys = {path='../gvc-sys', version = '0.1.0'} rustgym-util = {path='../util', version = '0.1.0'}