Matthieu Bessat
3713cc2443
Created a kernel crate to store models and future action implementations. Will be useful to create admin cli.
11 lines
182 B
TOML
11 lines
182 B
TOML
[package]
|
|
name = "admin_cli"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
fully_pub = { workspace = true }
|
|
|
|
[[bin]]
|
|
name = "minauthator-admin"
|
|
path = "src/main.rs"
|