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
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
];
}

View File

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