[05/11/23] Initial commit

This commit is contained in:
Andrew Conlin 2023-11-05 12:13:16 +00:00
commit 041ab27ee3
6 changed files with 451 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "tictoc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "tictoc"
crate-type = ["cdylib"]
[dependencies]
pyo3 = "0.19.0"