Skip to content

Commit

Permalink
chore: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Oct 18, 2023
1 parent 8e7b04d commit c893539
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ use semver::Version;
use serde::{Deserialize, Serialize};
use std::{collections::HashMap, path::Path};

#[cfg(feature = "foundry-compilers")]
use foundry_compilers::{artifacts::Settings, EvmVersion, Project, ProjectBuilder, SolcConfig};

#[derive(Clone, Debug, Default, Serialize, Deserialize)]
pub enum SourceCodeLanguage {
#[default]
Expand Down

0 comments on commit c893539

Please sign in to comment.