Files
rustytorch/demos/rtx-weathercast-demo/Cargo.toml
T
2026-03-04 00:08:42 +00:00

16 lines
344 B
TOML

[package]
name = "rtx-weathercast-demo"
version = "1.0.0"
edition = "2021"
authors = ["RustyStack Team"]
description = "WeatherCast: Regional Weather Prediction with GraphCast-style Architecture"
license = "MIT OR Apache-2.0"
[dependencies]
weathercast-shared = { path = "../weathercast-shared" }
[dev-dependencies]
[lints]
workspace = true