aboutsummaryrefslogtreecommitdiff
path: root/src/util.rs
AgeCommit message (Collapse)Author
2021-11-07remove fs_extra crateDaniel Schadt
The function that we needed from there is very small and easily implemented ourselves. On the other hand, fs_extra seemed to have some weird options going on and implemented the copy in a bit of a roundabout manner.