18 lines
311 B
TOML
18 lines
311 B
TOML
[package]
|
|
name = "rtx-embodied-demo"
|
|
version = "1.0.0"
|
|
edition = "2024"
|
|
rust-version = "1.92"
|
|
description = "EmbodiedSim - Robotics World Model Trainer"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
embodied-shared = { path = "../embodied-shared" }
|
|
thiserror = "2"
|
|
|
|
[dev-dependencies]
|
|
# For testing
|
|
|
|
[lints]
|
|
workspace = true
|