From 1a58ea303a38c1646f8626ed8c9fa547fca1bf7e Mon Sep 17 00:00:00 2001 From: Matt Kafonek Date: Sat, 13 Jan 2024 19:32:52 -0500 Subject: [PATCH] add required Cargo.toml files to publish to crates.io --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 183c0b3..b70c531 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "kernel-sidecar" version = "0.1.0" edition = "2021" +license = "MIT" +description = "Jupyter Kernel sidecar" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html