Skip to content

Commit

Permalink
Remove accidentally added dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkaatje committed Nov 11, 2023
1 parent 778ad33 commit 1849ca3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 85 deletions.
82 changes: 0 additions & 82 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ version = "0.1.0"
edition = "2021"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
1 change: 0 additions & 1 deletion lambda/sort.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use std::io::{self, Write};
use serde_json::{Value, json};

fn main() {
let mut input = String::new();
Expand Down

0 comments on commit 1849ca3

Please sign in to comment.