revert glue fixtures Cargo.toml so it can be built standalone

This commit is contained in:
Brendan Hansknecht 2023-03-06 22:35:00 -08:00
parent 123d50e42c
commit d41dd52b8d
No known key found for this signature in database
GPG key ID: 0EA784685083E75B

View file

@ -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]