12 lines
309 B
TOML
12 lines
309 B
TOML
[package]
|
|
name = "iced_tour"
|
|
version = "0.0.0"
|
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
|
description = "Tour example for Iced"
|
|
license = "MIT"
|
|
repository = "https://github.com/hecrj/iced"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
iced = { version = "0.1.0-alpha.1", path = "../.." }
|