mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 19:02:22 +01:00
Strip dependencies of bat-as-a-library
This commit is contained in:
committed by
David Peter
parent
e7e1967bb0
commit
570805bc98
11
src/lib.rs
11
src/lib.rs
@@ -1,17 +1,6 @@
|
||||
// `error_chain!` can recurse deeply
|
||||
#![recursion_limit = "1024"]
|
||||
|
||||
extern crate ansi_term;
|
||||
extern crate atty;
|
||||
extern crate console;
|
||||
extern crate content_inspector;
|
||||
extern crate dirs as dirs_rs;
|
||||
extern crate encoding;
|
||||
extern crate git2;
|
||||
extern crate shell_words;
|
||||
extern crate syntect;
|
||||
extern crate wild;
|
||||
|
||||
pub(crate) mod assets;
|
||||
pub mod config;
|
||||
pub(crate) mod controller;
|
||||
|
Reference in New Issue
Block a user