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