aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/rain_check/http/ya.make
blob: f9aaf08fbf0c074356092a5acd24f2b61ddc889d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY()

SRCS(
    client.cpp
    http_code_extractor.cpp
)

PEERDIR(
    library/cpp/messagebus/rain_check/core
    library/cpp/neh
    library/cpp/http/misc
    library/cpp/http/io
)

END()