2021-06-25 01:31:45 +03:00
|
|
|
[package]
|
2021-08-14 05:40:28 +03:00
|
|
|
name = "app"
|
|
|
|
version = "0.0.0"
|
2021-06-25 01:31:45 +03:00
|
|
|
edition = "2018"
|
2021-08-14 05:40:28 +03:00
|
|
|
authors = []
|
|
|
|
license = ""
|
|
|
|
description = ""
|
|
|
|
repository = ""
|
|
|
|
documentation = ""
|
|
|
|
readme = ""
|
|
|
|
exclude = []
|
|
|
|
publish = false
|
2021-06-25 01:31:45 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2021-10-29 20:31:13 +03:00
|
|
|
windows = "0.23.0"
|
2021-08-21 00:52:09 +03:00
|
|
|
bindings = { path = "bindings" }
|