Skip to content

Commit

Permalink
Depend on published applin crate, not local one.
Browse files Browse the repository at this point in the history
  • Loading branch information
mleonhard committed Nov 4, 2023
1 parent a529a82 commit 0dd1469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name = "applin-rust-demo"
version = "0.1.0"

[dependencies]
applin = { version = "0.1.0", features = ["servlin"], path = "../applin-rust" }
#applin = { version = "0.1.0", features = ["servlin"], path = "../applin-rust" }
applin = { version = "0.1.0", features = ["servlin"] }
dotenv = "^0.15.0"
include_dir = "^0.7.3"
servlin = { version = "^0.4.0", features = ["include_dir", "json"] }
Expand Down

0 comments on commit 0dd1469

Please sign in to comment.