website-icon-extract 0.1.0

extract favicon link paths from a html page from different standards
1
2
3
4
5
6
FROM rust:1
ADD . /root
WORKDIR /root
RUN cargo install

CMD [ "website-icon-extract" ]