Skip to content

Commit

Permalink
removed manager now that there's a library that can do all that shit
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletBuse committed Jun 25, 2024
1 parent bfc970b commit c935465
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 202 deletions.
1 change: 0 additions & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ httpp = ">= 1.1.0 and < 2.0.0"
jackson = ">= 1.2.0 and < 2.0.0"
gleam_http = ">= 3.6.0 and < 4.0.0"
gleam_erlang = ">= 0.25.0 and < 1.0.0"
gleam_otp = ">= 0.10.0 and < 1.0.0"

[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
1 change: 0 additions & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ packages = [
[requirements]
gleam_erlang = { version = ">= 0.25.0 and < 1.0.0" }
gleam_http = { version = ">= 3.6.0 and < 4.0.0" }
gleam_otp = { version = ">= 0.10.0 and < 1.0.0" }
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
httpp = { version = ">= 1.1.0 and < 2.0.0" }
Expand Down
191 changes: 0 additions & 191 deletions src/lite_fs/manager.gleam

This file was deleted.

9 changes: 0 additions & 9 deletions src/lite_fs_ffi.erl

This file was deleted.

0 comments on commit c935465

Please sign in to comment.