blob: ef13329df3e71fc0c84c2b089f5bfa473590bc74 (
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()
|