Replace home directory with the tilde substitution

This commit is contained in:
Petros Amoiridis 2023-03-28 17:21:59 +03:00
parent 056f4e914f
commit 87c1b190a8
No known key found for this signature in database
3 changed files with 12 additions and 2 deletions

View file

@ -21,3 +21,4 @@ workspace = { path = "../workspace" }
ordered-float = "2.1.1"
postage = { workspace = true }
smol = "1.2"
util = { path = "../util"}