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

OWNER(g:messagebus)

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()