re-export trace.core in trace

This commit is contained in:
Simon Cruanes 2023-08-19 16:53:06 -04:00
parent 91c9da3b66
commit e194972613
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -2,5 +2,5 @@
(name trace) (name trace)
(public_name trace) (public_name trace)
(synopsis "Lightweight stub for tracing") (synopsis "Lightweight stub for tracing")
(libraries trace.core) (libraries (re_export trace.core))
) )