mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-19 02:20:12 +01:00
5 lines
114 B
Makefile
5 lines
114 B
Makefile
.phony:
|
|
build:
|
|
maturin develop
|
|
python -c "import servicepoint as s; print(dir(s)); print(dir(s.rust_bindings))"
|