icml 0.1.0

`icml` (Internet Computer Memory Link) is a command-line utility to download and upload canister's memory as a way to backup an SQLite database to your local drive and upload it later.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "icml"
version = "0.1.0"
edition = "2024"
license = "MIT"
repository = "http://github.com/wasm-forge/ic-memory-link"
homepage = "http://github.com/wasm-forge/ic-memory-link"
readme = "README.md"
description = "`icml` (Internet Computer Memory Link) is a command-line utility to download and upload canister's memory as a way to backup an SQLite database to your local drive and upload it later."

keywords = ["icp", "internet-computer", "database"]

[dependencies]
anyhow.workspace= true
clap.workspace = true
tempfile.workspace = true
ic-stable-structures.workspace = true