[package] name = "wander-pad" version = "0.1.0" publish = true authors = ["Alex Michael Berry "] edition = "2021" license = "MPL-2.0" description = "A simple desktop application for working with Wander." repository = "https://github.com/almibe/wander/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] wander = "0.5.0" #{ path = "../wander" } eframe = "0.23.0"