android: fix build

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-12-14 01:51:56 -08:00
parent 1e0228e396
commit 18226a35ff
2 changed files with 11 additions and 2 deletions

View File

@@ -26,6 +26,9 @@ tracing-subscriber = { workspace = true }
[dev-dependencies]
tempfile = { workspace = true }
[lib]
crate-type = ["lib", "cdylib"]
[[bin]]
name = "notedeck"
path = "src/notedeck.rs"
@@ -76,7 +79,7 @@ keystore_password = "damuskeystore"
name = "android.permission.INTERNET"
[package.metadata.android.application]
label = "Damus"
label = "Notedeck"
[package.metadata.deb]
name = "notedeck"