mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
revert glue fixtures Cargo.toml so it can be built standalone
This commit is contained in:
parent
123d50e42c
commit
d41dd52b8d
1 changed files with 6 additions and 8 deletions
|
@ -11,13 +11,12 @@
|
|||
|
||||
[package]
|
||||
name = "host"
|
||||
version = "0.0.1"
|
||||
authors = ["The Roc Contributors"]
|
||||
license = "UPL-1.0"
|
||||
edition = "2018"
|
||||
links = "app"
|
||||
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "host"
|
||||
path = "src/lib.rs"
|
||||
|
@ -29,8 +28,7 @@ path = "src/main.rs"
|
|||
|
||||
[dependencies]
|
||||
roc_std = { path = "../../../../roc_std" }
|
||||
|
||||
indoc.workspace = true
|
||||
libc.workspace = true
|
||||
libc = "0.2"
|
||||
indoc = "1.0.6"
|
||||
|
||||
[workspace]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue