diff --git a/Cargo.toml b/Cargo.toml index 1623f1f..f6d6c23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "computegraph" version = "0.1.0" edition = "2021" +authors = ["Hiroshi Shinaoka "] license = "MIT OR Apache-2.0" description = "AD-agnostic tensor computation graph engine: construction, logical resolution, physical materialization, SSA compilation, and evaluation." repository = "https://github.com/tensor4all/computegraph-rs"