From 60985236c7070425c28aa0c5ce675306d06ab123 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 16 Jan 2025 14:45:14 -0500 Subject: initial --- Cargo.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c1c37e2 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,24 @@ +[package] +name = "iris" +version = "0.1.0" +authors = ["Freya Murphy "] +edition = "2021" +description = "A locking plugin manager for vim" +license-file = "LICENSE" + +[lints.rust] +unsafe_code = "forbid" + +[lints.clippy] +all = "warn" +nursery = "warn" + +[dependencies] +dirs = "5" +env_logger = "0.11.6" +git2 = "0.20" +log = "0.4" +serde = "1" +thiserror = "2" +toml = "0.8" +url = "2" -- cgit v1.2.3-freya