mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 07:47:53 +00:00
fix docker build
This commit is contained in:
parent
323377c217
commit
a9355654df
3 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@ default-run = "commands"
|
|||
|
||||
[[bin]]
|
||||
name = "write_cs_glue"
|
||||
path = "src/bin/write_cs_glue.rs"
|
||||
path = "src/write_cs_glue.rs"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "lib"]
|
||||
|
|
@ -18,4 +18,4 @@ command_definitions = { path = "../command_definitions"}
|
|||
uniffi = { version = "0.29" }
|
||||
|
||||
[build-dependencies]
|
||||
uniffi = { version = "0.29", features = [ "build" ] }
|
||||
uniffi = { version = "0.29", features = [ "build" ] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue