17 lines
454 B
TOML
17 lines
454 B
TOML
[package]
|
|
name = "profile-card"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "el-ui profile card example — styling, layout, i18n, config, auth"
|
|
|
|
[[bin]]
|
|
name = "profile-card"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
el-style = { path = "../../crates/el-style" }
|
|
el-layout = { path = "../../crates/el-layout" }
|
|
el-i18n = { path = "../../crates/el-i18n" }
|
|
el-config = { path = "../../crates/el-config" }
|
|
el-secrets = { path = "../../crates/el-secrets" }
|