Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
chore: use axoasset's serde_json
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Oct 31, 2023
1 parent 1b5646d commit 5351aff
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ miette = "5.6.0"
guppy = { version = "0.17.1", optional = true }
tracing = "0.1.37"
oro-common = { version = "0.3.14", optional = true }
serde_json = "1.0.94"
serde = "1.0.159"
semver = { version = "1.0.17", optional = true }
node-semver = { version = "2.1.0", optional = true }
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

use std::fmt::Display;

#[cfg(feature = "cargo-projects")]
use axoasset::serde_json;
use axoasset::{AxoassetError, LocalAsset};
use camino::{Utf8Path, Utf8PathBuf};
use errors::{AxoprojectError, Result};
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::borrow::Cow;

use axoasset::LocalAsset;
use axoasset::{serde_json, LocalAsset};
use axoproject::{WorkspaceInfo, WorkspaceKind, WorkspaceSearch, Workspaces};
use camino::{Utf8Path, Utf8PathBuf};
use clap::Parser;
Expand Down

0 comments on commit 5351aff

Please sign in to comment.