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

OWNER(g:util)

SRCS(
    chunked_helpers.cpp
    reader.cpp
    writer.cpp
)

END()