aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/consistent_hashing/ya.make
blob: b7e9e25426aadc20134a8f9d82042a1496f99bb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
LIBRARY(consistent-hashing)

PEERDIR(
    library/cpp/pop_count
)

SRCS(
    consistent_hashing.cpp
)

END()