- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
Latest commit
18 lines (15 loc) · 452 Bytes
/
Copy pathCargo.toml
File metadata and controls
18 lines (15 loc) · 452 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "test_rs_py"
version = "0.1.0"
authors = ["ferris"]
[lib]
name = "rust_python_example"
crate-type = ["dylib"]
[dependencies.cpython]
git = "https://github.com/dgrunwald/rust-cpython.git"
rev = "a23b5b591060574de91067d77081f56082aa21b2"
default-features = false
features = ["python27-sys"]
[dependencies.interpolate_idents]
git = "https://github.com/dgrunwald/interpolate_idents.git"
rev = "2215f3b3a664b202a9fcf6ca34efbdef8274c59c"