[package] name = "cargo_demo_ls" version = "0.1.0" authors = ["Taylor LaMar "] edition = "2018" license = "MIT" description = "I hope I know what I am doing" homepage = "https://lamarsoftware.io" repository = "https://github.com/TaylorLaMar/cargo_demo_ls.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rocket = "0.4.2"