Files
physical/examples/playground/Cargo.toml
2023-01-16 19:04:11 -08:00

13 lines
515 B
TOML

[package]
name = "playground"
description = """The playground example is a special example meant for unstructured experimentation which can potentially
be turned into an actual example at some point or deleted. It should always be reset to unchanged hello world before
the working branch where the experimentation is happening is merged."""
version.workspace = true
edition.workspace = true
repository.workspace = true
readme.workspace = true
license.workspace = true
[dependencies]
physical = { path = "../.." }