aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/string_utils/secret_string/ya.make
blob: c1d43f7a1d565b87dddb8b64f69dcacdb51f5fcb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY()

SRCS(
    secret_string.cpp
)

PEERDIR(
    library/cpp/string_utils/ztstrbuf
)

END()

RECURSE_FOR_TESTS(ut)