Skip to content

Commit 2be533b

Browse files
committed
Prepare to publish
1 parent 706ce8b commit 2be533b

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
target
33
node_modules
44
package-lock.json
5+
watch.sh

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ readme = "README.md"
77
license = "Apache-2.0/MIT"
88
build = "build.rs"
99
categories = ["development-tools"]
10+
description = "Semantic code navigation for Rust"
1011

1112
[[bin]]
1213
name = "cargo-src"
@@ -24,7 +25,7 @@ rls-span = "0.4"
2425
rls-vfs = "0.4"
2526
log = "0.3"
2627
env_logger = "0.3"
27-
rustdoc-highlight = { git = "https://github.com/nrc/rustdoc-highlight" }
28+
rustdoc-highlight = "0.1"
2829
futures = "0.1.14"
2930
hyper="0.11"
3031

0 commit comments

Comments
 (0)