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

Commit

Permalink
make it compile with the latest version of dx; remove workspace to fi…
Browse files Browse the repository at this point in the history
…x version resolution issues
  • Loading branch information
ealmloff committed Apr 8, 2024
1 parent 81243d1 commit 5222a4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
28 changes: 0 additions & 28 deletions Cargo.toml

This file was deleted.

1 change: 1 addition & 0 deletions file-explorer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "file-explorer"
edition = "2021"
version = "0.1.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions file-explorer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ fn App() -> Element {
}
}

#[derive(Debug)]
struct File {
is_directory: bool,
name: String,
Expand Down

0 comments on commit 5222a4c

Please sign in to comment.