aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/retry/ya.make
blob: 66906ca5e8fdc2bd8245b0a66407a1b2686a335c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY()

OWNER( 
    osado 
    g:yabs-small 
) 

SRCS(
    retry.cpp
    utils.cpp
)

PEERDIR(
    library/cpp/retry/protos
)

END()