Skip to content

Commit

Permalink
feat(core): Initialize core components and configuration models
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Jan 4, 2025
1 parent bc57c14 commit c990518
Show file tree
Hide file tree
Showing 45 changed files with 1,955 additions and 2,561 deletions.
1 change: 0 additions & 1 deletion .pdm-python

This file was deleted.

1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.9.20
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"livePreview.defaultPreviewPath": "/docs/_build/html/index.html",
"Lua.diagnostics.disable": [
"doc-field-no-class"
]
],
"python.analysis.typeCheckingMode": "standard",
"python.analysis.autoImportCompletions": true
}
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ authors = ["HsiangNianian <[email protected]>"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "_core"
crate-type = ["cdylib"]

[dependencies]
Expand Down
5 changes: 0 additions & 5 deletions hrc/LibCore.pyi

This file was deleted.

1 change: 0 additions & 1 deletion hrc/__init__.py

This file was deleted.

Loading

0 comments on commit c990518

Please sign in to comment.