From 0ba2d4e40c2e3563eaccb736a874310b2722af92 Mon Sep 17 00:00:00 2001 From: Mroik <mroik@delayed.space> Date: Thu, 9 May 2024 06:02:40 +0200 Subject: [PATCH] Add info to Cargo.toml --- Cargo.lock | 2 +- Cargo.toml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b194ea4..8c47771 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,7 +99,7 @@ checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2" [[package]] name = "fitch" -version = "0.1.0" +version = "0.0.1" dependencies = [ "crossterm", "ratatui", diff --git a/Cargo.toml b/Cargo.toml index 899aea2..2d7fdae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,11 @@ [package] name = "fitch" -version = "0.1.0" +version = "0.0.1" +authors = ["Mroik <mroik@delayed.space>"] +description = "This is an implementation of a proof assistant using the fitch notation" +readme = "README.md" +repository = "https://github.com/Mroik/fitch" +license = "MIT" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html