Upload files to "/"
parent
c1aecbe8b2
commit
196e7669fc
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "pwnWriter"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
mongodb = "3.2.3"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
config = "0.13"
|
||||
anyhow = "1.0"
|
||||
futures = "0.3"
|
||||
toml = "0.5.11"
|
||||
dirs = "4.0"
|
||||
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[mongodb]
|
||||
uri = "mongodb://localhost:27017"
|
||||
database = "txtlog"
|
||||
full_collection = "full_collection"
|
||||
partial_collection = "partial_collection"
|
||||
batch_size = 5000
|
Loading…
Reference in New Issue