This commit is contained in:
Jeremy Soller
2024-11-04 20:19:08 -07:00
parent 6ff633863e
commit 8a36c994e1
4 changed files with 60 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "hwd"
version = "0.1.0"
edition = "2018"
[dependencies]
log = "0.4"
ron = "0.8.1"
amlserde = { path = "../amlserde" }
common = { path = "../common" }