Skip to content

Commit

Permalink
Add exclude to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sigseg5 committed Sep 8, 2023
1 parent 7f16fc0 commit 0e65bc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ repository = "https://github.com/sigseg5/outline-api"
keywords = ["outline", "oulinevpn", "vpn", "api"]
categories = ["command-line-utilities"]

exclude = [
".github/*",
"api.yml",
]

[dependencies]
reqwest = { version = "0.11.20", features = ["blocking"] }
toml = "0.7.7"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use reqwest::header::HeaderMap;
extern crate serde_json;

// API reference v1.0
// See api.yml or
// See api.yml at project github or
// https://github.com/Jigsaw-Code/outline-server/blob/1ac9f238132d5917b42d4b6615727e477aa7bbc0/src/shadowbox/server/api.yml

// API documentation is, hmm... discussable
Expand Down

0 comments on commit 0e65bc1

Please sign in to comment.