16 lines
328 B
TOML
16 lines
328 B
TOML
[package]
|
|
name = "rtx-seismic-demo"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
authors = ["RustyStack Team"]
|
|
description = "SeismicAI: Earthquake Simulation & Early Warning with Neural Operators"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
seismic-shared = { path = "../seismic-shared" }
|
|
|
|
[dev-dependencies]
|
|
|
|
[lints]
|
|
workspace = true
|