mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-27 12:29:30 +00:00
add rust toolchain config file (#35)
This commit is contained in:
parent
e7d0cb1245
commit
4cf08025bd
2 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,7 @@ manifest-path = "../../crates/djls/Cargo.toml"
|
|||
module-name = "djls"
|
||||
strip = true
|
||||
include = [
|
||||
{ path = "../../rust-toolchain.toml", format = ["sdist", "wheel"] },
|
||||
{ path = "../../proto/**/*", format = ["sdist", "wheel"] },
|
||||
{ path = "../../LICENSE", format = "sdist" },
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue