Add timestamps to branches

This commit is contained in:
Piotr Osiewicz 2023-06-27 13:28:50 +02:00
parent 6747acbb84
commit 3027e4729a
4 changed files with 19 additions and 10 deletions

View file

@ -31,6 +31,7 @@ serde_derive.workspace = true
serde_json.workspace = true
log.workspace = true
libc = "0.2"
time.workspace = true
[dev-dependencies]
gpui = { path = "../gpui", features = ["test-support"] }