2025-06-11 08:38:03 +09:00
|
|
|
[package]
|
2025-08-05 08:17:35 +09:00
|
|
|
name = "caretta-mobile"
|
2025-06-11 08:38:03 +09:00
|
|
|
edition.workspace = true
|
|
|
|
version.workspace = true
|
|
|
|
description.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
|
2025-06-12 08:26:13 +09:00
|
|
|
[features]
|
|
|
|
default = []
|
2025-08-05 08:17:35 +09:00
|
|
|
test = ["caretta-core/test"]
|
2025-06-12 08:26:13 +09:00
|
|
|
|
2025-06-11 08:38:03 +09:00
|
|
|
[dependencies]
|
2025-08-05 08:17:35 +09:00
|
|
|
caretta-core.workspace = true
|