16 lines
344 B
TOML
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
|