aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/retry/ya.make
blob: 31e0c6a259ebd117a800ee64d82403713ff75424 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
         


                




             
        
                            
 
     
LIBRARY()

OWNER(
    osado
    g:yabs-small
)

SRCS(
    retry.cpp
    utils.cpp
)

PEERDIR(
    library/cpp/retry/protos
)

END()