[package] name = "hotg-ai/sine" version = "0.12.0" description = "sine" [dependencies] "hotg-ai/train_test_split" = "0.12.1" "hotg-ai/elastic_net" = "0.12.1" [[module]] # This is the same as atoms name = "sine" kind = "tensorflow-SavedModel" # It can also be "wasm" (default) source = "models/sine" [[command]] name = "run" module = "sine" runner = "rune" annotations = { file = "Runefile.yml", kind = "yaml" }