14 lines
281 B
TOML
14 lines
281 B
TOML
[package]
|
|
name = "caretta-sync-mobile"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
description.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
test = ["caretta-sync-core/test"]
|
|
|
|
[dependencies]
|
|
caretta-sync-core.workspace = true
|