aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/bucket_quoter/ya.make
blob: 49c407b502ced451faae8fce21ffa34d2830ad65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
LIBRARY()

OWNER(serxa)

SRCS(
    bucket_quoter.cpp
)

END()

RECURSE_FOR_TESTS(ut)