[package]
name = "flodl-cli"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "libtorch manager and GPU diagnostic tool for Rust deep learning"
readme = "README.md"
keywords = ["libtorch", "pytorch", "cuda", "deep-learning", "gpu"]
categories = ["command-line-utilities", "development-tools"]
[dependencies]
serde.workspace = true
serde_yaml_ng.workspace = true
serde_json.workspace = true
getrandom.workspace = true
flodl-cli-macros.workspace = true
flodl-hw.workspace = true
[lib]
name = "flodl_cli"
path = "src/lib.rs"
[[bin]]
name = "fdl"
path = "src/main.rs"