2022-09-30 08:55:37 -06:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic"
|
|
|
|
|
version = "0.1.0"
|
2022-10-03 11:45:46 -06:00
|
|
|
authors = []
|
2022-09-30 08:55:37 -06:00
|
|
|
edition = "2021"
|
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2022-09-30 12:32:17 -06:00
|
|
|
libcosmic = { path = "../..", features = ["debug"] }
|