Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
toblux committed Feb 1, 2024
1 parent 308d5be commit 06ac991
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// This build script currently assumes that `libeditorconfig >=0.12.5 <1.0.0` is
// installed and that `pkg-config` can find it.

use pkg_config::{Config, Library};

const LIBRARY_NAME: &str = "editorconfig";
Expand Down

0 comments on commit 06ac991

Please sign in to comment.