Skip to content

Commit

Permalink
Merge pull request #936 from hove-io/model-builder
Browse files Browse the repository at this point in the history
[feature] Add model builder into transit_model
  • Loading branch information
datanel committed Jan 17, 2024
2 parents 4e86b91 + ca5e2cc commit a4f1a6a
Show file tree
Hide file tree
Showing 10 changed files with 1,190 additions and 1,362 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Hove <core@hove.com>", "Guillaume Pinot <texitoi@texitoi.eu>"]
name = "transit_model"
version = "0.58.2"
version = "0.59.0"
license = "AGPL-3.0-only"
description = "Transit data management"
repository = "https://github.com/hove-io/transit_model"
Expand All @@ -27,7 +27,6 @@ members = [
"gtfs2ntfs",
"ntfs2gtfs",
"ntfs2netexfr",
"model-builder",
"ntfs2ntfs",
"restrict-validity-period",
]
Expand Down Expand Up @@ -79,4 +78,3 @@ approx = "0.5"
log = "0.4"
rust_decimal_macros = "1"
testing_logger = "0.1"
transit_model_builder = { path = "./model-builder"}
18 changes: 0 additions & 18 deletions model-builder/Cargo.toml

This file was deleted.

661 changes: 0 additions & 661 deletions model-builder/LICENSE

This file was deleted.

6 changes: 0 additions & 6 deletions model-builder/README.md

This file was deleted.

Loading

0 comments on commit a4f1a6a

Please sign in to comment.