From 00a98e1b570b8ef8927e5776e8f096bb59827b04 Mon Sep 17 00:00:00 2001 From: Vladislav Date: Fri, 24 May 2024 16:12:15 +0200 Subject: [PATCH] Prepare for publish --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a9cd7fe..a9b0842 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,16 @@ version = "0.1.0" edition = "2021" license = "MIT" authors = ["Vladislav Grechannik "] +description = "An efficient pure-Rust implementation of Kolmogorov-Arnold Network (KAN)." +repository = "https://github.com/VlaDexa/burn-efficient-kan" +keywords = [ + "machine-learning", + "deep-learning", + "neural-networks", + "kan", + "burn", +] +categories = ["science"] [features] default = []