Skip to content

Commit b4ad2ba

Browse files
authored
rust: add license and description (#79)
1 parent 8cb58eb commit b4ad2ba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ binary locally you can do so with:
4848
```sh
4949
git clone https://github.com/sourcegraph/scip.git --depth=1
5050
cd scip
51-
go build -o scip ./cmd
51+
go build -o scip ./cmd
5252
```
5353

5454
## SCIP CLI reference

bindings/rust/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
name = "scip"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "Apache-2.0"
6+
description = """
7+
SCIP (pronunciation: "skip") is a language-agnostic protocol for indexing source code, which can be used to power code navigation functionality such as Go to definition, Find references, and Find implementations.
8+
"""
59

610
# We need >= 1.60.0 because the generated code uses
711
# https://doc.rust-lang.org/std/vec/struct.Vec.html#method.spare_capacity_mut

0 commit comments

Comments
 (0)