summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
blob: 40a8bcfba98932c4d602e65d4fd6d17c7ccb384c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "iced_core"
version = "0.1.0-alpha"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
description = "The essential concepts of Iced"
license = "MIT"
repository = "https://github.com/hecrj/iced"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
stretch = { version = "0.2", optional = true }