Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into dependabot/cargo/tokio-1.43.1
  • Loading branch information
aram356 committed May 21, 2025
commit b54a22917cf72f060f7d3f63acd07737a81becc2
35 changes: 6 additions & 29 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,29 +1,6 @@
[package]
name = "potsi"
version = "0.1.0"
authors = []
edition = "2021"
# Remove this line if you want to be able to publish this crate as open source on crates.io.
# Otherwise, `publish = false` prevents an accidental `cargo publish` from revealing private source.
publish = false
license = "Apache-2.0"

[profile.release]
debug = 1

[dependencies]
fastly = "0.11.2"
hmac = "0.12.1"
sha2 = "0.10.6"
hex = "0.4.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.91"
cookie = "0.18.1"
log = "0.4.20"
log-fastly = "0.10.0"
futures = "0.3"
tokio = { version = "1.43", features = ["sync", "macros", "io-util", "rt", "time"] }
url = "2.4.1"
config = "0.15.11"
handlebars = "6.3.2"
chrono = "0.4"
[workspace]
resolver = "2"
members = [
"crates/common",
"crates/fastly",
]
You are viewing a condensed version of this merge commit. You can view the full changes here.