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

18 lines
314 B
TOML

[package]
name = "rtx-forge-demo"
version = "1.0.0"
edition = "2024"
rust-version = "1.92"
description = "FoundationForge - Model Compression & Distillation Hub"
license = "MIT"
[dependencies]
forge-shared = { path = "../forge-shared" }
thiserror = "2"
[dev-dependencies]
# For testing
[lints]
workspace = true