Skip to content

Commit

Permalink
chore: prepare repository for monorepo (#4)
Browse files Browse the repository at this point in the history
Moves the packages around to prepare the project for merging with the node bindings into a monorepo.
  • Loading branch information
barjin authored Jan 14, 2025
1 parent d57d934 commit df1a916
Show file tree
Hide file tree
Showing 16 changed files with 31 additions and 22 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 4 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
[package]
name = "impit"
version = "0.1.0"
edition = "2021"
[workspace]

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

[dependencies]
encoding = "0.2.33"
hickory-client = "0.24.2"
hickory-proto = "0.24.2"
log = "0.4.22"
num-bigint = "0.4.6"
reqwest = { version = "0.12.9", features = ["json", "gzip", "brotli", "zstd", "deflate", "rustls-tls", "http3", "cookies"] }
rustls = { version="0.23.16", features=["impit"] }
scraper = "0.22.0"
tokio = { version="1.40.0", features = ["full"] }
url = "2.5.2"
webpki-roots = "0.26.6"
members = [
"impit"
]

[patch.crates-io]
h2 = { git = "https://github.com/apify/h2", branch = "master" }
Expand Down
23 changes: 23 additions & 0 deletions impit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[package]
name = "impit"
version = "0.1.0"
edition = "2021"

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

[dependencies]
encoding = "0.2.33"
hickory-client = "0.24.2"
hickory-proto = "0.24.2"
log = "0.4.22"
num-bigint = "0.4.6"
reqwest = { version = "0.12.9", features = ["json", "gzip", "brotli", "zstd", "deflate", "rustls-tls", "http3", "cookies"] }
rustls = { version="0.23.16", features=["impit"] }
scraper = "0.22.0"
tokio = { version="1.40.0", features = ["full"] }
url = "2.5.2"
webpki-roots = "0.26.6"

[patch.crates-io]
h2 = { git = "https://github.com/apify/h2", branch = "master" }
rustls = { git = "https://github.com/apify/rustls", branch = "main" }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit df1a916

Please sign in to comment.