mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2026-02-04 10:30:19 +00:00
minimal: pork-rt minimal runtime
This commit is contained in:
@@ -6,14 +6,8 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":ast"))
|
||||
api(project(":parser"))
|
||||
api(project(":frontend"))
|
||||
api(project(":evaluator"))
|
||||
api(project(":stdlib"))
|
||||
api(project(":ffi"))
|
||||
api(project(":minimal"))
|
||||
api("com.github.ajalt.clikt:clikt:4.2.0")
|
||||
implementation(project(":common"))
|
||||
}
|
||||
|
||||
application {
|
||||
|
||||
Reference in New Issue
Block a user