adding package upload and introduced targets in cargo.toml
This commit is contained in:
parent
5055fe9af8
commit
4d5fc9c2a7
3 changed files with 11 additions and 0 deletions
|
@ -3,6 +3,9 @@ name = "pixelfed_batch_uploader"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[build]
|
||||
rustflags = ["--out-dir", "target/output"]
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue