mirror of
https://github.com/Momoko-Ayase/Senbei.git
synced 2026-09-19 03:57:59 -04:00
20 lines
399 B
TOML
20 lines
399 B
TOML
[package]
|
|
name = "senbei-android-cli"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
description = "Command-line entry point for Senbei Android"
|
|
|
|
[[bin]]
|
|
name = "senbei-android"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
senbei-android-io.workspace = true
|
|
senbei-android-metadata.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|