18 lines
333 B
TOML
18 lines
333 B
TOML
[package]
|
|
name = "rtx-neuralop-studio-demo"
|
|
version = "1.0.0"
|
|
edition = "2024"
|
|
rust-version = "1.92"
|
|
description = "NeuralOp Studio - Neural Operator Workbench"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
neuralop-studio-shared = { path = "../neuralop-studio-shared" }
|
|
thiserror = "2"
|
|
|
|
[dev-dependencies]
|
|
# For testing
|
|
|
|
[lints]
|
|
workspace = true
|