From 93c7616b4754465c08cbf62066ea8527b3de466b Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 15 May 2020 13:47:12 -0400 Subject: [PATCH] updates --- shell.nix | 6 ++++-- tools/Cargo.toml | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index f9dc141..fb60e72 100644 --- a/shell.nix +++ b/shell.nix @@ -14,7 +14,7 @@ in pkgs.mkShell { kubectl kubectx - # book tooks + # book tools kindlegen mdbook nur.repos.mic92.pandoc-bin @@ -25,7 +25,9 @@ in pkgs.mkShell { # rust cargo - rustc + cargo-watch rls + rustc + rustfmt ]; } diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 8d23cdc..8e371a9 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -3,6 +3,7 @@ name = "lewa" version = "0.1.0" authors = ["Christine Dodrill "] edition = "2018" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html