updates
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-05-15 13:47:12 -04:00
parent 3becf329a6
commit 93c7616b47
2 changed files with 5 additions and 2 deletions

View File

@ -14,7 +14,7 @@ in pkgs.mkShell {
kubectl kubectl
kubectx kubectx
# book tooks # book tools
kindlegen kindlegen
mdbook mdbook
nur.repos.mic92.pandoc-bin nur.repos.mic92.pandoc-bin
@ -25,7 +25,9 @@ in pkgs.mkShell {
# rust # rust
cargo cargo
rustc cargo-watch
rls rls
rustc
rustfmt
]; ];
} }

View File

@ -3,6 +3,7 @@ name = "lewa"
version = "0.1.0" version = "0.1.0"
authors = ["Christine Dodrill <me@christine.website>"] authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018" edition = "2018"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html