diff --git a/Cargo.toml b/Cargo.toml index f6d6c23..32e897d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "computegraph" version = "0.1.0" edition = "2021" +rust-version = "1.56" 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."