Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBossbaly committed Jun 16, 2024
1 parent ecdee93 commit ebe05ef
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "septa-api"
version = "0.3.4"
version = "0.4.0"
edition = "2021"
description = "SEPTA Async Rust API Client"
keywords = ["septa", "api", "public-transit", "regional-rail", "train"]
Expand All @@ -9,7 +9,12 @@ repository = "https://github.com/StefanBossbaly/septa-api/"
authors = ["Stefan Bossbaly <[email protected]>"]
license = "MIT"

include = ["/src/**/*.rs", "/README.md", "/LICENSE"]
include = [
"/src/**/*.rs",
"/examples/*.rs",
"/README.md",
"/LICENSE"
]

[dependencies]
chrono = "0.4.38"
Expand Down

0 comments on commit ebe05ef

Please sign in to comment.