Skip to content

Commit 3cc1cc1

Browse files
authored
Add Readme.md and LICENSE to the scip rust package (#202)
1 parent 8d3634b commit 3cc1cc1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

bindings/rust/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ description = """
77
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.
88
"""
99
repository = "https://github.com/sourcegraph/scip"
10+
readme = "Readme.md"
1011

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

bindings/rust/LICENSE

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../LICENSE

bindings/rust/Readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../Readme.md

0 commit comments

Comments
 (0)