Skip to content

Commit

Permalink
Merge pull request #50 from davidchalifoux/9-need-to-fetch-parent-fol…
Browse files Browse the repository at this point in the history
…der-of-fileid

Add --self flag, --json flag, fix typo
  • Loading branch information
davidchalifoux authored Jan 24, 2024
2 parents 80a1485 + 3a163f8 commit 2e572a8
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 7 deletions.
216 changes: 213 additions & 3 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ serde = { version = "1.0.195", features = ["derive"] }
reqwest = { version = "0.11.23", features = ["json", "blocking", "multipart", "native-tls-vendored"] }
tabled = { version = "0.15.0", features = ["derive"] }
bytefmt = "0.1.7"
serde_json = { version = "1.0.111", features = ["std"] }
serde_with = { version = "3.5.1", features = [] }

[[bin]]
name = "kaput"
Expand Down
Loading

0 comments on commit 2e572a8

Please sign in to comment.