Talaria/native/Cargo.toml

28 lines
626 B
TOML
Raw Normal View History

2022-10-12 14:03:29 +00:00
[package]
name = "talaria"
version = "0.1.0"
edition = "2021"
[lib]
name = "uniffi_talaria"
2022-10-12 14:03:29 +00:00
crate-type = ["cdylib"]
[dependencies]
jni = { version = "0.10.2", default-features = false }
uniffi = "0.21.0"
2022-10-12 19:26:51 +00:00
# v0.4 of grammers-* is currently unreleased; clone the project and use path dependencies
grammers-client = { version = "0.4.1" }
2022-10-12 19:26:51 +00:00
grammers-tl-types = { version = "0.4.0" }
grammers-session = { version = "0.4.1" }
2022-10-12 19:26:51 +00:00
tokio = { version = "1.5.0", features = ["full"] }
log = "0.4.14"
android_logger = "0.11.1"
once_cell = "1.15.0"
sqlite = "0.27.0"
2022-10-12 14:03:29 +00:00
[build-dependencies]
uniffi_build = "0.21.0"
2022-10-12 14:03:29 +00:00
[profile.release]
lto = true