started working on build system

This commit is contained in:
2026-02-05 03:12:44 +00:00
parent e69514e46e
commit 1fcfb3120b
4 changed files with 251 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "dsx-build"
version.workspace = true
edition.workspace = true
authors.workspace = true
[dependencies]
compiler = { path = "../compiler" }
assembler = { path = "../assembler" }
chrono = "0.4.43"