From 803cd9b5fa3d9c476224ec97afbf8c17bbc8934d Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 12 Apr 2022 15:27:11 -0400 Subject: [PATCH] add description to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7ffc49e..eb76a36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" build = "build.rs" license = "AGPL-3.0" repository = "https://github.com/Titaniumtown/YTBN-Graphing-Software" +description = "Crossplatform (and web-compatible) graphing calculator" [lib] crate-type = ["cdylib"]