10 lines
211 B
TOML
10 lines
211 B
TOML
[package]
|
|
name = "caretta-example-core"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
description.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
caretta.path = "../.."
|