Skip to content

Commit a3dd26b

Browse files
Merge pull request #5 from deepsourcelabs/add-pydracula
feat: python bindings for `dracula`
2 parents 2af1b85 + b3127e9 commit a3dd26b

File tree

12 files changed

+594
-138
lines changed

12 files changed

+594
-138
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/target
22
.DS_Store
3+
.env

Cargo.lock

Lines changed: 274 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[workspace]
22
members = [
3-
"cdracula"
3+
"cdracula",
4+
"pydracula"
45
]
56

67
[package]

0 commit comments

Comments
 (0)