the compiler interface

Signed-off-by: xermicus <bigcyrill@hotmail.com>
This commit is contained in:
xermicus
2025-03-20 23:26:39 +01:00
parent d6c2535853
commit 6a0d705371
11 changed files with 251 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
[package]
name = "revive-dt-compiler"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
rust-version.workspace = true
[dependencies]
anyhow = { workspace = true }
revive-solc-json-interface = { workspace = true }
revive-common = { workspace = true }
semver = { workspace = true }