burn/burn-tensor-testgen/Cargo.toml

19 lines
391 B
TOML
Raw Normal View History

2022-11-17 10:02:32 +08:00
[package]
name = "burn-tensor-testgen"
version = "0.2.3"
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
description = "Burn tensor test gen crate."
repository = "https://github.com/burn-rs/burn/tree/main/burn-tensor-testgen"
readme="README.md"
license = "MIT/Apache-2.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
syn = "1.0"
quote = "1.0"
proc-macro2 = "1.0"