aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/string_utils/tskv_format/ya.make
blob: 1283d748b38f6d71928a4ed49c1dbf4470b93e5b (plain) (blame)
1
2
3
4
5
6
7
8
9
LIBRARY()

SRCS(
    builder.cpp
    escape.cpp
    tskv_map.cpp
)

END()