aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/retry/ya.make
blob: 43486fa2082fe5aa34a09e831db4724399397f57 (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()