Skip to content

Commit 7036513

Browse files
authored
Merge pull request #55 from dev-five-git/export-with-python
Export with python
2 parents b4c6ed0 + d6c2411 commit 7036513

52 files changed

Lines changed: 13543 additions & 10261 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"crates/vespertide-exporter/Cargo.toml":"Patch","crates/vespertide-cli/Cargo.toml":"Patch","crates/vespertide-loader/Cargo.toml":"Patch","crates/vespertide-core/Cargo.toml":"Patch","crates/vespertide/Cargo.toml":"Patch","crates/vespertide-config/Cargo.toml":"Patch","crates/vespertide-macro/Cargo.toml":"Patch","crates/vespertide-query/Cargo.toml":"Patch","crates/vespertide-naming/Cargo.toml":"Patch","crates/vespertide-planner/Cargo.toml":"Patch"},"note":"Export with python","date":"2026-01-04T13:02:06.654110700Z"}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
local.db
33
settings.local.json
44
coverage
5+
lcov.info

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ repository = "https://github.com/dev-five-git/vespertide"
99
homepage = "https://github.com/dev-five-git/vespertide"
1010
documentation = "https://docs.rs/vespertide"
1111

12+
[workspace.lints.rust]
13+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
14+
1215
[workspace.dependencies]
1316
vespertide-core = { path = "crates/vespertide-core", version = "0.1.22" }
1417
vespertide-config = { path = "crates/vespertide-config", version = "0.1.22" }

0 commit comments

Comments
 (0)