From 209cd7aa832df84eb23a41281818cd8991163ad2 Mon Sep 17 00:00:00 2001 From: EvilMuffinHa Date: Tue, 2 Aug 2022 22:11:42 -0400 Subject: [PATCH] make authors an array --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 448662e..469d270 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "smallint" version = "0.1.0" edition = "2021" +authors = ["artofrev"] +description = "A library for optimized arbitrary precision integers." +license = "MIT" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html