Skip to content

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
zk-steve committed Mar 10, 2024
1 parent a846593 commit cb4f112
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ Cargo.toml.orig
*.rmeta
*.d

# Ignore system and hidden files
**/.*

Dockerfile
14 changes: 0 additions & 14 deletions src/public/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,3 @@ features = ["postgres"]
[dependencies.tokio]
version = "1.36.0"
features = ["full"]

[lib]
path = "src/lib.rs"
name = "cli"
test = true
doctest = true
bench = true
doc = true
plugin = false
proc-macro = false
harness = true
edition = "2021"
required-features = []
crate-type = ["rlib"]
1 change: 0 additions & 1 deletion src/public/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#[rustfmt::skip]
#[cfg_attr(debug_assertions, allow(dead_code, unused_imports))]
use openssl;
#[rustfmt::skip]
Expand Down

0 comments on commit cb4f112

Please sign in to comment.