aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/string_utils/base64/fuzz/lib/ya.make
blob: 8a716861c82b2ff16feba0507c5f920f7031e0fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OWNER(
    yazevnul
    g:util
)

LIBRARY()

SRCS(
    main.cpp
)

PEERDIR(
    library/cpp/string_utils/base64 
)

END()