aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/wilson/ya.make
blob: e371f5061d59fbd4ea93c298d0f4ae43dd1fc0d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LIBRARY()

PEERDIR(
    library/cpp/string_utils/base64
)

OWNER(alexvru)

SRCS(
    wilson_event.h
    wilson_trace.h
)

END()