burn/crates/burn-tensor-testgen/Cargo.toml

17 lines
445 B
TOML
Raw Permalink Normal View History

2022-11-17 10:02:32 +08:00
[package]
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
description = "Test generation crate for burn-tensor"
edition.workspace = true
license.workspace = true
name = "burn-tensor-testgen"
readme.workspace = true
repository = "https://github.com/tracel-ai/burn/tree/main/crates/burn-tensor-testgen"
version.workspace = true
2022-11-17 10:02:32 +08:00
[lib]
proc-macro = true
[dependencies]
2023-12-02 03:33:28 +08:00
proc-macro2 = { workspace = true }
quote = { workspace = true }