From 55f7ecd573629eeac0f8492c0678ae4a8961698f Mon Sep 17 00:00:00 2001 From: Hiroshi Shinaoka Date: Sat, 20 Jun 2026 08:15:35 +0900 Subject: [PATCH] chore: add authors to package metadata Co-Authored-By: Claude Opus 4.8 (1M context) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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"