16 lines
402 B
TOML
16 lines
402 B
TOML
[package]
|
|
name = "physical"
|
|
description = "Physical is a library for interacting with the physical world."
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
readme.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
thiserror.workspace = true
|
|
uom.workspace = true
|
|
log.workspace = true
|
|
env_logger.workspace = true
|
|
futures-lite.workspace = true
|
|
async-io.workspace = true |