This commit is contained in:
Simon Cruanes 2023-10-04 13:06:54 -04:00
parent f5d9ecd90b
commit 4153be54a5
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -1,5 +1,6 @@
(library (library
(name trace) (name trace)
(public_name trace) (public_name trace)
(synopsis "Lightweight stub for tracing") (synopsis "Lightweight stub for tracing (use `Trace_core` in code)")
(wrapped false)
(libraries (re_export trace.core))) (libraries (re_export trace.core)))