mirror of https://github.com/tracel-ai/burn.git
19 lines
391 B
TOML
19 lines
391 B
TOML
|
[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"
|