tidy up workspace

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-08-24 16:09:07 +02:00
parent 7844bbb604
commit 5d742d150d
14 changed files with 174 additions and 150 deletions
+5 -4
View File
@@ -1,9 +1,10 @@
[package]
name = "revive-stdlib"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
version.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
description = "revive compiler stdlib components"
[dependencies]
inkwell = { workspace = true, features = ["target-riscv", "no-libffi-linking", "llvm18-0"] }